Subscribe Newsletter

Your Name  : 
Email Address *  : 
  • PNR Enquiry: Google SMS is a good way but besides it you can also check the PNR...
  • ???????: Thanks a lot, I have same problem and think how to solve it all day,...
  • Union Budget 2013-2014: Nice service by Indian Railways.
  • Railway Budget 2013: It is nice service of Google SMS by Indian Railway.
  • wordpress – widgets – plugin 2012: For more information see:...
  • PNR Status: thank you for the info
  • louisg: Thank you Bala Krishna, that’s very nice. Thanks for the SEO plug as...
  • Sandeep Beniwal: Hi, I want to convert video into .flv/.swf using asp.net...
  • Barun Roy Choudhury: Please send me swift code for IOB Santoshpur branch Kolkata...
  • Daniel: Hi, I followed the steps in the article and it gives me an error: Unknown...
  • amarana mohanarao: hello sir iam mohan plz send me STATEBANK OF INDIA [kotturu]...
  • Irina: Hi! Thank you for the article, really nice, but I have some more question...
  • s khaja mynuddin: hello i have forgotten my profile password can i send the filled...
  • Archives

  • Blog Stats

CakePHP Call to undefined function vendor() Error

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..

Control PHP Error Reporting With .htaccess

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..

How to Highlight PHP Source Code in WordPress Post

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..

How To Clean Special Characters From PHP String

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..