naveenbj Posted January 9, 2008 Author Share Posted January 9, 2008 Hello, Thanks for reply!! Sry i miss that line to write here and i used tht line also but not able to get the proper ans:( here is the link for the from if you want to check this>>http://ice.host-care.com/~com/n/form.html Regards, Nj Quote Link to comment Share on other sites More sharing options...
Ken2k7 Posted January 9, 2008 Share Posted January 9, 2008 Where did you put that code? And can you post the entire file? Quote Link to comment Share on other sites More sharing options...
naveenbj Posted January 9, 2008 Author Share Posted January 9, 2008 Thanks for reply !! Quote Link to comment Share on other sites More sharing options...
Ken2k7 Posted January 9, 2008 Share Posted January 9, 2008 Oh sorry bro, my fault. Find: $content = $_POST['name'] . "\r\n" . $_POST['lastname'] ."\r\n" . $_POST['email'] . "\r\n" . $_POST['age'] ."\r\n" . $_POST['radiobutton'] . "\r\n" . $_POST['address'] ."\r\n" . $_POST['phone'] . "\r\n" . $_POST['mobile'] "\r\n" . $_POST['fax']; Change to: $content = $_POST['name'] . "\r\n" . $_POST['lastname'] ."\r\n" . $_POST['email'] . "\r\n" . $_POST['age'] ."\r\n" . $_POST['radiobutton'] . "\r\n" . $_POST['address'] ."\r\n" . $_POST['phone'] . "\r\n" . $_POST['mobile']."\r\n" . $_POST['fax']; Quote Link to comment Share on other sites More sharing options...
naveenbj Posted January 9, 2008 Author Share Posted January 9, 2008 Hello, Thanks!! Its working now and im very happy to get wht i want bcoz i was trying it from 2days. So again thanks a lot for guide me:) Best Reagards, Nj Quote Link to comment Share on other sites More sharing options...
naveenbj Posted January 9, 2008 Author Share Posted January 9, 2008 Hello, If anyone have more suggestion thn plz let me kno:) Regards, Nj Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.