I just used @simplymeasured to analyze a Facebook Fan Page in Excel. http://t.co/m1cL5rXC via Twitter
princessdesign.net
Zen
Last post

Reading material

php.ini and .htaccess

17. Jun 06 | Design Tips & Tricks | Comments Off

I have just learned a lesson – disable cookies and forget about the access to this WP’s admin dashboard!

OK, another lesson learned today – how to add php.ini functions to .htaccess file on Apache server.

Two examples:

php_flag register_globals on

php_flag output_buffering on

Clear