[PHP] How to create Data Auto-Filters using PEAR Spreadsheet Writer ?

2009-07-13 Thread Ali, Saqib
Hello All,

Is there a way to create Data Auto-Filters using PEAR's Spreadsheet
Writer? Thanks

saqib
http://www.capital-punishment.us

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] A simple PHP script to generate a Pie Chart based on SQL query

2007-08-27 Thread Ali, Saqib
Hello All,

I am looking for a simple PHP script that can generate Pie Chart based
on SQL query resultset.

I don't want a reporting system, as we are already using Crystal
Reports for that.

Any suggestions?

Saqib Ali

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Adding Categories using Google's PHP API

2007-10-20 Thread Ali, Saqib
I am trying to use the Google's PHP API (ZendGdata) to add Categories
(labels/tags) to the posts for a blog.

I know how to define Category, but I am at a loss when it comes to
adding that Category to a entry (post). Any ideas how this can be
done? Any examples will be highly appreciated.


$category = new Zend_Gdata_App_Extension_Category();
$category->setScheme(".");
$category->setTerm("mylabel");

Thanks
saqib

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php