I assume you mean email attachments.
Use phpmailer.
$email=new PHPMailer();
$email->AddAttachment($files_to_attach);
You can use phpMailer() Or, you can use mail() PHP function to send emails via PHP script.
No, U cant send emails directly from script.
When referring to the mail setting PHP, it is a server side scripting language that is designed for web development. PHP can also be used for a general purpose programming language.
Creating a webmail application in PHP involves using the related POP3 or IMAP libraries to connect to the mail system and cookies/sessions to save authentication information.
PHP mail has a variety of functions. The main function is to reroute mail from one server to another. The benefit of doing this is so one doesn't overload the current server.
p
The best place to find a guide on how to make a login script in php is the PHP Easy Step website. They offer a step by step tutorial on how to create login scripts.
A php script can only be executed within a Web server that runs php.
There are lots of PHP script in market which you can easily customize as per your requirement. Some of the best PHP scripts available at reasonable price can be found on this website
There must be an error in the PHP script. Your have to check it to see what's wrong.
Google trends: http://www.Google.com/trends?q=php+script But you should already know it's Asian countries ;-)
You can use phpMailer() Or, you can use mail() PHP function to send emails via PHP script.
Open the PHP script and delete the PHP from it.
To create a PHP script all you have to do is create a new file, then save the file as "filename.php". It must have a .php file extension.After that open the file and put in the PHP tags like shown.Then you write your PHP script within those tags and upload to your web space and check it out.
2 Methods: 1. You execute your php binary (in linux, make sure you have php-cli installed) and pass the script as an argument. EG ($: /usr/bin/php /home/user/script.php) 2. A sh'bang in the first line of your script, with the full path of your php executable: #!/usr/bin/php -q <?php ScriptStuff(); ?>
If you created a PHP script that could provide that for people then yes you could.
You can't use PHP in an HTML document, but you can use HTML in PHP script.