Google maps using php code
We can implement two types of mpas, one google maps and second one is yahoo maps. one first one is google maps-...
Read More
How to set the timezone of server using PHP
Hi, To set the timezone of server according to indian timing, to do that it gives the output as indian timings.
How to connect to FTP and upload file using php code?
The following code will be connect to FTP and upload the file to server using php code. <? $ftp_server=”HOST NAME”; $ftp_user_name=”USER NAME”;...
Read More
Small urls generated using php code?
The following php code will generate the tiny urls This will be useful when we are trying to post our url in...
Read More
How to take backup of Database using PHP code?
I want to share my views with you all on how to take backup of Database(MySql) using simple PHP code. , I...
Read More
Generating Random Password using PHP code?
<?php echo password_generate(6,6); function password_generate($min=6,$max=6){ /*has a default minimum value of 6 and maximum value of 6*/ $password=””; // this variable is...
Read More
Date Format in the PHP Code?
Generally , in the database date and time which is data type current timestamp then it inserted into US date format, now...
Read More
How to get the php data grid?
Hi friends now i working on php data grid concept. just give the url where to my reference is : Info and...
Read More
How to create custom error log files in php?
Hi friends, most of the hosting servers are not giving the permisstion to see the error log files. So, i would like...
Read More




