Month: October 2018

PHP Mail Function and Send Mail With Attachment

PHP Mail Function and Send Mail With Attachment

The mail sending process has become a commonly used process for any website, it may be used for the contact form or newsletter or a shopping purpose mail generated and sent from the website or system it may be through a crone job also. So PHP Mail Function provides us the functionality to send mail […]

Read More
PHP File Read, Write, Append and Delete

PHP File Read, Write, Append and Delete

In our previous post, we have learned how to upload files in PHP, in this post we are going to learn Read, Write, Append and Delete PHP file. In the case of PHP file function there is mainly 4 process and they are 1. Read File 2. Write File 3. Append File 4. and Delete […]

Read More