| | |
Need help with Mail php script!!
![]() |
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
Views: 2586 | Replies: 5
| Thread Tools | Search this Thread |
Tag cloud for PHP
access ajax apache archive array arrays auto box broken buttons cakephp cart check checkbox class classes cms code css curl database date development directory display download dropdown drupal dynamic echo email error file files form forms functions header href htaccess html image include insert integration ip java javascript joomla jquery limit link list login lookup loop mail menu mlm mod_rewrite multiple mysql order output parse password paypal php problem query radio regex remote rows script search select server session sort source sql string structure syntax table tutorial update updates upload url user validate validation variable video web website wordpress xml






thanks for the help though.