Hi, I've got a mysql database connected to an html content management page and a flash movie via php.
Problem is that the form inputting the info into the database is not passing variables, but only sometimes.
EG.
"Hello World" works ok but "Hi, I'm Will Bithell" doesn't!🙁
I'm using the POST method to pass variables.
The field to hold the text is set up as LONGTEXT, NOT NULL, but it appears to hold any data I want it to when inputted from PHPMyAdmin.
Any help would be greatly appreciated.