Sending mail with PHP Mailer from your domain email address

Sending email is important if you have any blog or website to communicate with your readers or users. There is a simple PHP function from where you can easily send an email form your server....Continue reading

Sending mail with PHP Mailer from your domain email address

Backup SQL database with PHP

Dynamic websites mostly have SQL database where most of the data is fetched. If website is blog, portfolio, news or product type then database will be updated frequently in that case it is important to have backup of your database most frequently....Continue reading

Backup SQL database with PHP

Writing functions to insert, update, search, delete from SQL tables in PHP

Beginners who have started learning any programming language, some time find difficulties searching good material to start with. In today's post we will write some basic functions in PHP to insert, update, search and delete from SQL tables... Continue reading

Writing functions to insert, update, search, delete from SQL tables in PHP