Pretty straight forward function to create a CSV file (comma separated) using PHP.
Archive | PHP
How to Create Snapshots using WordPress.com
Create dynamic website screenshot using WordPress.com
Vulnerability Found in the TimThumb script
I just read from the VaultPress blog that they’ve found a vulnerability in this popular script.
PHP Random Password Generator
How to create a random password generator with PHP. The code basically uses predefined characters to create a string. You can set the length and the strength.
How to calculate relative time PHP
Do you remember the post I wrote about How to calculate relative time like facebook? The code was a little bit messy so today i’ll show you a short snippet.
How to get the visitor IP
You just need to use the following server PHP variable…
How to calculate relative time like facebook
This snippet returns the relative time from a given date. Just like facebook does.
facebook Like button bug fb_xd_fragment IE
Prevent the facebook like button from breaking your site with Internet Explorer. Hide Google Analytics duplicate url with the fb_xd_fragment parameter.