| Do I need to CHMOD my PHP scripts? ARTICLE # 110 ADDED ON 28th Apr,2006 URL /home/jcnetwor/public_html/faq/faq_qanda.htm?id=110 |
![]() No. PHP will automatically run without changing any file permissions. Just upload the script to any directory inside public_html (or above) and excecute it. PHP scripts can, however, be executed as .cgi scripts which DO require changing permissions on the file and including a path to the PHP interpreter. See: Related Articles |