w38g0ru

Collection of MySQL, PHP, jQuery Code Snippets for webguru

Pages

▼

MySQLi and PDO_MySQL library

›
The entire ext/mysql PHP extension, which provides all functions named with the prefix mysql_ , is officially deprecated as of PHP v5.5.0 ...

Get the visitor browser-type

›
This method tests the $_SERVER vars for an HTTP_USER_AGENT entry. Through a series of if statements, preg_match, and regex patterns, a brow...

Rewrite and Redirection by .htaccess

›
Force www RewriteEngine on RewriteCond %{HTTP_HOST} ^example\.com [NC] RewriteRule ^(.*)$ http://www.example.com/$1 [L,R=301,NC] For...

Collection of WordPress Template Tags

›
WordPress Themes are files that work together to create the design and functionality of a WordPress site. Each Theme may be different, offe...

Truncate and break at word

›
This will attempt to shorten a string to $length characters, but will then increase the string (if necessary) to break at the next whole wo...
›
Home
View web version
Powered by Blogger.