A Little Help With Flash Form & Php!

Hey Flashers,

I was wondering if anyone could help me out with a problem I’m having getting my Flash form and PHP to commincate? My form works correctly, but it doesn’t seem to be comminicating with the PHP script. I have tested the form and I never recieve any of my test e-mails???

Could someone help me out? I would appreciate it.

Thanks,

Kelly

P.S. My form and script are attached.

Hello Kelly, I looked at your form and it seems correct so now I must ask you if your host supports php? If they don’t support php then that could be a problem. Also there might be a problem with your php script itself, I’m not really familiar with php so I’m not too sure. I’ll ask around and see if I can come up with something.

Hey Electron,

Thanks for checking it out for me. My host does support PHP because my host is ME - He, he, he. Anyway, I appreciate your help. By the way, what are you currently paying for hosting? Maybe I can beat it and provide better service - let me know.

Thanks,

kelly

Hey Kelly,

I saw your actionscript code, and i would like to advice you the following:

  • Use LoadVars instead loadVariablesNum. (Here is a handy tutorial, http://www.flash-tools.com/dev/tutorials/loadvars/ , look for send command).

  • Print the results, either success or not, so you would give an accurate results in your flash movie( in this case, check sendAndLoad and onLoad in the tutorial above).

  • If you want that php script, search the forums, i believe i had posted it so much times. :slight_smile:

h88 8]

Thanks H88, I was hoping you would come across this thread since you’re the form expert around here. =)