Flash email form issue
- Started
- Last post
- 8 Responses
- steadyvibe
hey has anyone ever come across a flash email form that works on one domain but not on another with different hosting??
- laurus0
depends if it's php or asp based and what your hosting supports
- gun0
you need to give more info. is it perl, php, asp, jsp? do you not know?
- steadyvibe0
php
- gun0
ok, can you execute any other php functions with success? if not then the hosting company my recog a diff file extension like php, php4 etc. can you get it to return an error back? if so, what does it say?
- steadyvibe0
wow i have no idea what you just said.. im a designer.. light coding is about all i know!!! Can you explain a bit more??
- gun0
well since you said it had worked before most likly it is something simple. 1.)do you know if your new host supports php? 2.) if so what file extension do they recognize for php scripts?
- gun0
i also see that you are using POST in your loadvariablesnum.
for security they can setup the php server so that you have to use a special request to get the variables from your form so also in the php file just add
import_request_variables("gPC", "");
- gun0
i ran your mail2.php and it runs so your host supports php so try the import_request_variables deal