Getting AJAX/JQuery Contact Form Working
I have a contact form that uses Ajax, JQuery and PHP as back-end to send an email message without refreshing the page.
I have it working on two separate domains and servers, but cannot seem to get it working here on the inmotion servers.
It is working here:
http://www.thinkci.com/contact-us.php
The only difference I see between my server set-up and inmotion is in the php ini file. I am running PHP 5.2.17 and inmotion is running PHP 5.3.10. Also I have magic_quotes_gpc truned on as well as register_globals and inmotion has both turned off.
I am thinking register_globals being off is the key as the variables trigger the mail send script I wrote.
Any Thoughts. Help is greatly appreciated.
I have it working on two separate domains and servers, but cannot seem to get it working here on the inmotion servers.
It is working here:
http://www.thinkci.com/contact-us.php
The only difference I see between my server set-up and inmotion is in the php ini file. I am running PHP 5.2.17 and inmotion is running PHP 5.3.10. Also I have magic_quotes_gpc truned on as well as register_globals and inmotion has both turned off.
I am thinking register_globals being off is the key as the variables trigger the mail send script I wrote.
Any Thoughts. Help is greatly appreciated.