PDA

View Full Version : PROBLEM PLEASE HELP



rkdesign
October 1st, 2004, 11:24 AM
Jacketweather PROBLEM
Thanks to everyone who commented on the site (www.jacketweather.net), now maybe somone can help me out with a bug that I CANT figure out.

The "contact page" contains two forms that call a PHP script from the server. One is called "contact.php" and the other is "session.php".

The problem is that the session form is not being sent to the email...but the contact form is (as well as the mailing list form on the homepage) I've written 100 of these things, but will admit that somewhere I must have made a mistake...

I NEED FRESH EYES!!! PLEASE!

here are the links to the files you will need:

www.rkdesignstudio.com/help/contact.php
www.rkdesignstudio.com/help/session.php
www.rkdesignstudio.com/help/contact.fla

Here is the AS for both submit buttons:

ActionScript:
on (press)
{loadVariablesNum("session.php", 0, "POST");
}





ActionScript:
on (press)
{loadVariablesNum("contact.php", 0, "POST");
}