bluetiger Posted June 8, 2007 Share Posted June 8, 2007 Hi I have a form that i would like to Inset record and email conformation to me of a new user. i am using wmdformmailer.php for sending emails. i have tried using sessons to carry the data to a new page with an onLoad submit form on it but that didn't work the data is not carry ing a cross i checked the [$HTTP_POST_VARS['Title'];] and that the form properties said but still nothing. Can any one help or know of a dreamweaver extention that dose this Regards Rich Link to comment https://forums.phpfreaks.com/topic/54752-inset-record-and-email-conformation/ Share on other sites More sharing options...
per1os Posted June 8, 2007 Share Posted June 8, 2007 Try using $_POST $HTTP_POST_VARS has been depreciated for some time, since like PHP 4.0 at least. Link to comment https://forums.phpfreaks.com/topic/54752-inset-record-and-email-conformation/#findComment-270771 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.