PDA

View Full Version : Comment Form with Flash, PHP, XML and MySQL


Babube
06-06-2010, 03:38 AM
hi all!

I donīt know if some of you have already viewed this tutorial and downloaded the source files, but i found it very interesting.

http://active.tutsplus.com/tutorials/actionscript/create-a-comment-form-with-flash-php-xml-and-mysql/

Iīve created the database, made all the connections to the host.
but when i fill everything online and press send button, all the text and details disappear but nothing is posted…no error appears

If someone who is interested in this tutorial and got it working on their server, please send me an example because i canīt get it working... Iīm still a newbie at PHP... :P

Skubi-Du
06-08-2010, 02:48 PM
You may find a lot of information about php form (http://phpforms.net/tutorial/html-basics/php-forms.html), check Google.

Babube
06-08-2010, 06:35 PM
Thanks, but in that page a simple form is made without mySQL and a database...
In this case itīs a chat/comments form so the text will be stored online.

The problem here is the interaction of Flash with PHP and a database. And no PHP errors appear when tried it online, and the database is correctly made. It may be something with flash...

Babube
06-13-2010, 09:56 PM
Question solved :)
I recommend this tutorial to anyone who wants to start learning with connecting flash to a database