There are a couple of ways to export data from MySQL to a CSV file but neither of them supports adding a header row to the CSV which contai...
Sunday, October 24, 2010
Thursday, October 21, 2010
Advanced .htaccess Security – Block Access to Include Files Using .htaccess
11:02 PM
When I build websites for clients and myself, I use numerous include files to make my website easy to maintain. These include files may:
Wednesday, October 13, 2010
PHP: get keywords from search engine referer url
11:07 PM
This post shows how to use PHP to extract the keywords searched on by a user when they found your website using a seach engine. Bing, Google...
Monday, October 11, 2010
Manage Server Hard Disk Using PHP
10:59 PM
PHP provides some sweet functions to manage the server's hard disk. Here's how to use them.
Wednesday, October 6, 2010
Finding difference of days between two dates in PHP
The date format we are using is “YYYY-MM-DD”, which is the standard format of date value stored in the MySql database.
7 Useful functions to tighten the security in PHP
Security is a very important aspect of programming. In PHP, there are few useful functions which is very handy for preventing your website ...
Subscribe to:
Posts (Atom)