Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

burnyb
burnyb
Offline

Badges

Badges
2

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
4

Discussions

Discussions
0

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by burnyb
Customize the badges you want to showcase on your profile
Re: Charset Problems when sending to database - Adobe LiveCycle 17-05-2011
Found the solution:In the php script that processes the data I had to insert this line:mysql_query("SET NAMES 'UTF8'");now it works like charm...

Views

71

Likes

0

Replies

0
Re: text/html processing error with Acrobat Reader when sending to database - Adobe LiveCycle 17-05-2011
OK. I think that´s it.However, I do not know how to send back a pdf file with mime type application/PDF.I already tried to create a PDF file on the fly via PHP, but the error message still pops up.I am not sure whether I have to change the PHP file that processes the form data or whether I have to made changes in Lifecycle...Thanks for the support

Views

133

Likes

0

Replies

0
text/html processing error with Acrobat Reader when sending to database - Adobe LiveCycle 11-05-2011
Hi everyone,I have a problem that occurs in certain versions of the Acrobat Reader, with Acrobat Professional the error message does not pop up.In Acrobat Reader however, when sending the form to a php file to fill a database an error pops up"Content type text/html couldn´t be processed"Nevertheless it works fine, except the fact that the confirmation "successfully sent" that should pop up (and does in Acrobat Professional) does not appear due to this processing error. What can I do?Thanks for s...

Views

1.5K

Likes

0

Replies

6
Charset Problems when sending to database - Adobe LiveCycle 24-04-2011
Hi everyone,I have a form connected to a mysql database (via a php file). People fill out the form and send the values via a button to the database. Works just fine, but when it comes to special characters like German ÖÄÜ it saves values like ü in the database. I have no idea what charset livecycle is using by standard (utf_8?) and how to change that.any ideas?Thanks for helping out

Views

372

Likes

0

Replies

2