PDA

View Full Version : Problem in order form



Lucremonkey
January 23rd, 2004, 01:51 PM
Hey people,
I made this small shop that uses Flash to collect data from the user (and what they want to buy) and PHP to mail the data in a confirmation e-mail.

My problem is: it's not working :(
Please check out the source here:

http://oege.ie.hva.nl/~groot7n/Shop.zip

Could anyone tell me where the problem is?
I checked the PHP script and I don't think the problem lies there

Coolidge
January 25th, 2004, 04:34 AM
on your send button, the code should look like this:


on (release) {
loadVariablesNum("mailform.php", 0, "POST");
}

you will probably want to check the fields for input as well with if else statements.

Hope that helps.