Blogspot - developertask.blogspot.com - Developer Task Manager

Latest News:

PHP $_SESSION Empty on Next Page 4 Aug 2013 | 12:51 pm

PHP $_SESSION is empty during AJAX calls. First thing to check is register_globals must be Off. PHP $_SESSION return empty string when user navigates to the next page. When session ID is not invoked p...

vtiger PBX Integration 7 May 2011 | 07:13 am

Call pop-up is sweet to watch on CRM Steps to integrate successfully. 1) Change the path: ini_get('include_path') 2) Watch the logs which looks something like this and it will help in troubleshootin...

Grep String Search 14 Apr 2011 | 05:23 am

Grep String Search can be fine tuned using the power of regular expressions. grep -w ^index /var/log/httpd/access.log This command will display only those lines which is having index.html as the sta...

Disable Browser's Back Button 11 Apr 2011 | 06:32 am

While making admin panel, one must disable the browser's back button after signout. These are the loopholes left by many a programmers in their programming paradigm. One of this loopholes can be ove...

Recently parsed news:

Recent searches: