0
Export mysql tables to excel new version using phpxls pear spreadsheet writer
Export mysql tables to excel new version using phpxls pear spreadsheet Excel Writer, This is very easy and flexible. Other techniques of creating excel sheet may work with Openoffice but will not work mostly with Microsoft excel viewer. So this...
Find any day before a given date using php
This tutorial will help you in finding any day before a given date using simple php trick.Just look at the code below.
The script will take the server date as current day and will negate it against the number of days provided. Here i have given...
Get DNS Record using PHP
This is a simple tutorial which will show you how to get the DNS information / lookup of a website using php.
< ?php
$result = dns_get_record("mistonline.in", DNS_ANY);
echo "Result = ";
print_r($result);
?>
<hr...
PHP Most Potentially Dangerous Feature, Secure It Today PHP Secrets
1. Register Globals
When this directive is On, PHP will inject extra variables in the script such as HTML request variables, etc. PHP could inject these sort of variables in a script. The problem with this approach is that a developer cannot...
Page 1 of 11
