Connect with multiple databases using PHP
How can you connect and transferring data with multiple databases using php.Only using mysql_connect to simultaneously multiple databases to create
How can you connect and transferring data with multiple databases using php.Only using mysql_connect to simultaneously multiple databases to create
How to connect to the web server,upload files and download files,create a directory, delete a directory,get list of the directory
How can I compress specific files or compress specific folder or compress bulk files using php.Only you want to add
PHP allows you to change the HTTP Headers of files that you’re writing, so that you can force a file
How to read csv file using php.This is simple.PHP file methods/ functions can be use to this.fopen(),feof(),fgetcsv(),fclose() are use here.Following
How can you send Email with attachment using php?In this post will describes how to send email with attachments using
How to create simple but powerful captcha code using php.Here is a example of use captcha code to the form
How to send yahoo email using smtp server by php.You can send yahoo email using PHPMailer package.Simply pass parameters. You
How to create text watermark using php?This is describes how to create simple text watermark using php.Tested in many browsers.Uploaded
How to create image watermark using php?This is describes how to create simple watermark image using php.Valid image formats are
How can you create a MySQL Database backup using PHP.If you think the database is too large as GB how
How can I import MySQL database using PHP? Also if you have to import large size of MySQL dump, how
How to access disable or prevent sql injections using php.This is a most important topic when you are creating a
How do I convert html file into pdf file using php.In the past, I found everywhere to convert html file
How to remove special characters in the string using php.This example it shows how to remove special characters from a
How to creating simple xml file using php.I’ll describes how to creating xml file by formatting tags using php.