Blogrush is Racist - It sucks

I’ve seen that many of my blogger friend are using Blogrush widget in their blog so i wanted to give a try with this widget and i signed up for this website www.blogrush.com.

Read more

Popularity: 7% [?]

Get Bucks for your hobby

Everybody has different type of hobby. My hobby includes traveling, listing to music and obviously the most is blogging. Writing about Php, Ajax, Javascript, web 2.0 and my personal interest has been my passion nowadays. And what do you need extra if you can earn money from blogging. Well, everybody wants to make money from blogging. Although, some bloggers say they don’t blog for money but I think it’s not true at all.And, if you really want to make money from your passion and hobby then why don’t you check out this website!!! Read more

Popularity: 4% [?]

Hide .php extension with url rewriting using .htaccess

Last time I’ve written an article about hiding php file extension where I’ve showed you how you can use .html or .asp extension of file instead of .php extension. But there was one flaw in that technique you have had to change the file extension explicitly but in this post I’m going to show you how to rewrite the URL instead of renaming the file extension Using this technique you will see product.html in the address bar of the browser but the actual file name remains product.php and you don’t need to rename the file extension. Furthermore you can rewrite the URL like product.php?id=5 to product-5.html.

Read more

Popularity: 100% [?]

Php function to validate two decimal places of a number

If you are looking for the validation of a number which contains only two decimal places. Means you want to accept the values like 0.21 or 1.34 or 12.55 or 445.66 as a input and throw an error when somebody enters the number like 0.2 or 4.678 from a text box. Here is a simple function for you in PHP which validates the number weather it contains exactly two decimal places or not.

Read more

Popularity: 14% [?]

USA’s phone number validation using Regular expression in PHP

Last day i saw that one of my friend looking for the validation script in PHP which post the phone no (number) of USA from the text box and wanted to validate it from PHP in the following format.

Read more

Popularity: 11% [?]

← Previous PageNext Page →