google is a friend use it
http://www.interfax.net/en/dev/webservice/samples/fax_php_faxstatus.html
http://www.google.co.uk/search?q=php+fax+code&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-GB:official&client=firefox-a
Googled:
top result
MySQL text limits
Today’s scary discovery: MySQL TEXT fields have a limit of 65000 bytes. If you insert anything larger than that in to a normal TEXT field mySQL will ...
simonwillison.net/2002/Aug/1/mysqlTextLimits/ - 13k -
In basic
include - will include the chosen script, and if not found will produce a non fatal error
include_once - will do the same as include but will only include the file once , therefore if you put include for the file more than once in the code it wont include it more than once.
require - like include , but will produce fatal error
require_once - same as include_once , but again fatal error
Anyone correct me if im wrong with anything
I think phpmailer would be a good choice, and loop through each recipicent and send the email, or i think it is called PEAR::Mail or similar.
http://uk.php.net/function.mail
Not looked at your code, but i am guessing that where you check for posting (should be something like , if(isset($_POST[''])) )
you have closed the { (bracket) after the code to show the comment. Not before, so it will only show when posted.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.