This post explains how to create SEO friendly URL with dynamic content using PHP and .htaccess mod redirection. Friendly URLs improves your site search engines ranking. Before trying this you have to enable mod_rewrite.so module at httpd.conf. It’s simple just few lines of PHP code converting title data to clean URL format.
Wednesday, April 06, 2011
Thursday, March 31, 2011
Monday, March 28, 2011
Friday, March 25, 2011
Facebook Graph API to Post Status Update
Few days back I had posted an article about Facebook Graph API connection and explained how to request facebook access token and reading home timeline feed. This post is sequel how to update Facebook wall status from third party site with existing access token in "users" table. Try demo at labs.9lessons.info
How to Create a Chrome Extension.
In this post I want to explain how to create a simple chrome extension for your blog or website. Chrome browser growing very faster almost occupied 35 percentage market. It’s very simple just writing few lines of JSON code. Try this and launch an extension at Chrome web store, it's free.
Update Payment System with Paypal
I had received a comment on my previous post Payment system with Paypal about injecting wrong product price values via third party site using FORM, this is a valid point. So that I had updated my previous post code “success.php” re-confirming the product price details before payment success message and added new field class ‘currecy type’ on “products” table.






