PHP version of ColdFusion’s cfdump. Outputs colored and structured tabular variable information. Variable types supported are: Arrays, Classes/Objects, Database and XML Resources. Ability to force certain types of output. Example: You can force an object variable to be outputted as an array type variable. Stylesheet can be easily edited. Table cells can be expanded and …
Tag Archives: PHP
Mysql utf-8 characters
mysql_query(“SET CHARACTER SET utf8”); mysql_query(“SET NAMES ‘utf8′”); mysql_query(“SET COLLATION_CONNECTION=utf8_general_ci”); mysql_query(“SET CHARACTER_SET_CLIENT=utf8”); mysql_query(“SET CHARACTER_SET_RESULTS=utf8”); [ad code=1]
Storing Hierarchical Data in a Database
Whether you want to build your own forum, publish the messages from a mailing list on your Website, or write your own cms: there will be a moment that you’ll want to store hierarchical data in a database. And, unless you’re using a XML-like database, tables aren’t hierarchical; they’re just a flat list. You’ll have …
18 PHP Forums
PHP forums list PHP BB Vbulletin [no free] Ipboard [no free] Simple Machines BB press
php, jquery pagination
PHP Jqery pagination scripts http://bakery.cakephp.org/articles/daphonz/2008/05/03/easy-ajax-pagination-using-jquery http://www.9lessons.info/2009/09/pagination-with-jquery-mysql-and-php.html (demo) http://www.phpjquery.com/jquery-tutorial/pagination-with-jquery-and-php/ http://beski.wordpress.com/2009/04/20/ajax-pagination-with-jqueryphpmysql/ http://www.99points.info/2010/05/ajax-pagination-create-ajax-pagination-using-php-jquery-and-ajax/ [ad code=1 align=center]
php facebook pagination
PHP facebook pagination class http://forum.developers.facebook.net/viewtopic.php?pid=88426 [ad code=4 align=center]