PHP 5.3.0 introduces two new error levels named as E_DEPRECATED and E_USER_DEPRECATED.   The E_DEPRECATED error level is used to indicate that a function or feature has been deprecated.   The E_USER_DEPRECATED level is intended for indicating deprecated features in user code, similarly to the E_USER_ERROR and E_USER_WARNING levels.   The following is a list… (1 comment)

String Validation Validate name, surname by the below function to restrict only letters and spaces. Validate numeric value by the below function to restrict only numbers,you can uncomment any line according to your need. Alphanumeric Characters Validation Below function validates alphanumeric characters.ctype is complete function library in PHP. Validation for URL Exist or not This…

The twitter updates are always short – under 140 characters each. Plus, one can post updates and follow her friends using the Twitter website, software on his browser, a mobile phone or instant messages. People aren’t tied to one device. This makes the twitter so popular.   It has grown far beyond its microblogging roots to become…