| | |
Need help with Mail php script!!
Please support our PHP advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
The variables in mail function are as follow:
mail($to_email, $subject, $message, $headers);
$header is optinal.
Make sure your hosting is support mail delivery (smtp enable). You may want to try using other free hosting services.
mail($to_email, $subject, $message, $headers);
$header is optinal.
Make sure your hosting is support mail delivery (smtp enable). You may want to try using other free hosting services.
Ecommerce-Web-Store.com Building Your e-Business.
![]() |
Similar Threads
- How can I send variables from a PHP script to another URL using POST without......... (PHP)
- cPanel: email account creation. I need help making a PHP script. (PHP)
- How many clients can access a PHP script at a time from a MySQL server? (MySQL)
- How many clients can access a PHP script at a time? (PHP)
- how to find stock information with php script (PHP)
- need help with PHP Script translation (PHP)
Other Threads in the PHP Forum
- Previous Thread: CD Message Board
- Next Thread: Querying User for Info
| Thread Tools | Search this Thread |
ajax apache api array back basic beginner binary broken cakephp checkbox class cms code computing cron curl database date delete display dynamic echo email error external file files filter folder form forms function functions gc_maxlifetime google host href htaccess html iframe image include insert integration ip java javascript joomla limit link login loop mail memmory memory menu mlm multiple mysql navigation oop parsing paypal pdf php problem query question radio random recursion regex remote script search server sessions sms snippet soap source space sql syntax system table thesishelp trouble tutorial update upload url validation validator variable video web xml youtube






thanks for the help though.