Forum Home
PHP 5

 
Post new topic   Reply to topic     -> PHP / MySql
View previous topic :: View next topic  
Author Message
liane
Site Admin
Site Admin




Joined: 18 Aug 2004
Posts: 53
Location: Canada

PostPosted: Fri Jan 21, 2005 8:52 pm    Post subject: PHP 5 Reply with quote

PHP5 scripts run as CGI scripts, so your scripts must be configured a particular way for them to be parsed by the php5 engine. This is not as difficult as it sounds!

For PHP5 scripts to run, they should have the following:

(1) They should have the file extension "php5".

(2) The permissions on the scripts should be set to 755.

(3) The script should start with the line:

#!/usr/local/bin/php5
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic     -> PHP / MySql All times are GMT - 5 Hours
Page 1 of 1

 
Jump to: 

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum

Powered by phpBB - 2001, 2002 phpBB Group
All times are GMT - 5 Hours