Log in

View Full Version : PHP/MySQL Help



Medyman
03-29-2007, 08:19 PM
Hey all...

This is a very simple script that I'm looking for, I just don't have the PHP knowledge to do it.

Sceneario:

A form inside a Flash movie with this 2 fields:
(1) Name
(2) Email

I'd like a PHP script to take the info (using a POST action through Flash) and save it to a MySQL database.

Should be simple.

But then, I'd like to have a page that will recall all the entries savied in the MySQL table w/o having to go to the table.

Also, how would i go about setting up the MySQL table?

Thanks!
Any help is much much appreciated!

mburt
03-29-2007, 09:28 PM
A form inside a Flash movie with this 2 fields:

To my knowledge Flash and PHP can't interact. Why can't you make the forms with plain HTML?

Medyman
03-30-2007, 12:28 AM
To my knowledge Flash and PHP can't interact. Why can't you make the forms with plain HTML?

Actually they can interact! I do it all the time with PHP contact forms that get emailed to me

The thing is I'm working on a client website and he'd rather not have constant emails w/ signups etc...so he'd like something like I've describe above.

Medyman
04-02-2007, 01:01 PM
anyone?

I just need the PHP/MySQL help. I can deal with the linking between PHP and Flash.