Check this cool article and give source code if you want to do Google’s Blogger automation using PHP. Link : http://kosso.wordpress.com/2007/03/01/using-php-to-post-to-the-new-google-blogger-api/ PHP Source Link : http://kosso.co.uk/PHP/blogger_google_secure_AuthSub.phps Thanks Kosso,
Category: PHP
Framework for PHP
Hi, Nothing much to say just try this framework and let us know your comments on it… http://code.google.com/p/tuxicphp/ Thanks to friend AC Sandeep for his efforts.
PDF generation through PHP Code
I have use PDF file gets emailed to customer feature in lot of my project. For this we use various PDF generation classes available. But today I am going to…
Linux User authentication using PHP
In one of my last post i try to define how linux store its password. Today I will be putting Complete PHP code for it. Just run it on your…
Three things to do for File upload using PHP and Apache
Recently I have been ask by a developer to check the Apache configuration as his PHP script is not able to upload files more than 512KB. I looked around with…