Tuesday, October 6th, 2009 Posted in PHP Function, PHP Programming, PHP Tutorial, Web Development, Web Technology | 2 Comments »
Vendor() function basically used to load third party library in CakePHP. This function have been deprecated in the recent CakePHP releases. The vendor function in earlier CakePHP releases has been replace ... Read more..Sunday, July 6th, 2008 Posted in Blogging, Error Log, Linux, Linux Commands, Web Development, Web Technology | 3 Comments »
Create .htaccess file or use existing .htaccess file in your hosting site. Add below line at the top of file content. [sourcecode language='php'] # to stop php startup errors php_flag display_startup_errors off # ... Read more..Thursday, June 26th, 2008 Posted in PHP Function, PHP Programming, PHP Tutorial, Word Press, Wordpress Plugin, Wordpress Theme, Wordpress Widget | No Comments »
PHP Source Code Highlighter (syntaxhighlighter) Wordpress plugin allow you to post php code inside your wordpress post with syntax highlight and line number. The plugin preserve code formatting and do ... Read more..Wednesday, June 25th, 2008 Posted in PHP Function, PHP Programming, PHP Tutorial, Tips and Tricks, Web Development, Web Technology, windows xp | 27 Comments »
If you are looking for the PHP special characters clean function then this post might be useful for you. This function can used to remove special character as well as ... Read more..