Practical Web Development & Engineering Solutions - Read Write Execute

Category: Php

132 items
Curated articles, deep-dives, and performance optimizations engineered for developers.
PHP

How to enable ajax browsing ?

you can enable this from admincp (1)go to admin panel (2)admincp->setting->manage setting->Server Settings (3)find “Site Wide AJAX Browsing”...

PHP

How to on debug in phpfox

there are 2 ways 1 : Backend (a)go to admincp admincp->manage setting ->debug (b)select required debug level and...

PHP

what is use of “@” in php

@ is error controller operator in php.if we add this operator before any expression or function then any...

PHP

what is php ?

PHP – hypertext preprocesspor , is a server side scripting language that is mainly used to create web...

PHP

How to hide javascript error in IE

we can hide some unavoidable error by using following function function handleError() { return true; } window.onerror =...

PHP

captcha image not showing at join page in boonex ?

(1)open link http://www.google.com/recaptcha (2) register and generate (a)reCAPTCHA public key (b)reCAPTCHA private key (3)go to admin (4)admin->Settings->Advanced Settings...

PHP

How to disable registration in phpfox ?

you can disable user registration from admincp (1)go to admin panel (2)admincp->setting->manage setting->Registration (3)find “Allow User Registration” (4)set...

PHP

How to clear cache in Phpfox

(1)go to admincp (2)Browse Admincp->Tools->Maintenance->Cache Manager (3)clear cache