The follwing code will be the useful for the create a backup of database using the php code: <? /* backup the db OR just a table */ function backup_tables($host,$user,$pass,$name,$tables = ‘*… more →
ANIL KUMARjmp wrote 3 days ago: PHP Function to turn URL-ish text into real URLs. Feed it a string and it will return the same stri … more →
anil2u wrote 1 month ago: The follwing code will be the useful for the create a backup of database using the php code: <? / … more →
anil2u wrote 1 month ago: <?php echo password_generate(6,6); function password_generate($min=6,$max=6){ /*has a default … more →
anil2u wrote 1 month ago: Generally , in the database date and time which is data type current timestamp then it inserted into … more →
anil2u wrote 2 months ago: Hi friends now i working on php data grid concept. just give the url where to my reference is : Info … more →
anil2u wrote 2 months ago: Hi friends, most of the hosting servers are not giving the permisstion to see the error log files. T … more →
anil2u wrote 2 months ago: Hi friends below two lines of code is for the generation of user friendly and seo (search engine opt … more →
anil2u wrote 2 months ago: The following function for seo urls generation with the php code *********************************** … more →
anil2u wrote 3 months ago: Here I would like to php charts using the Google API key. The chart like this one: To set the chart … more →
anil2u wrote 3 months ago: 1) Cron is very simply a Linux module that allows you to run commands at predetermined times or inte … more →
anil2u wrote 3 months ago: When we dealing with a text area in the PHP application , for Example in your application given that … more →
anil2u wrote 3 months ago: To get the file extenstion using the php: See the following script : **************************** … more →
roycocup wrote 4 months ago: And so I built another diff. This time a diff that could look into a file and line by line tell me w … more →
Kaushal Patel wrote 5 months ago: Search engines are constantly evolving and adapting in response to changes in the way information is … more →
9prweb wrote 5 months ago: 1. Unvalidated Parameters Most importantly, turn off register_globals. This configuration setting de … more →
amitshah78 wrote 5 months ago: When your goal is to optimize application performance it is very important to understand what goal d … more →
shaneburgess wrote 6 months ago: Here are some examples of using the twitter api with PHP: Verify Credentials: $url = “http://t … more →
roycocup wrote 7 months ago: Ok… so you have lots of vars on a script that you didnt write and your iTunes is not coping wi … more →
kkruecke wrote 8 months ago: This is print_r() replacement displays sub-arrays of an array in a differing colors according to the … more →