From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from hqmail.nws.noaa.gov ([140.90.19.73]) by speech.braille.uwo.ca with esmtp (Exim 3.35 #1 (Debian)) id 17mYvw-0000xz-00 for ; Wed, 04 Sep 2002 08:06:56 -0400 Received: from 17158MR2 ([140.90.24.152]) by hqmail.nws.noaa.gov (Netscape Messaging Server 4.15) with SMTP id H1WXNL00.UCE; Wed, 4 Sep 2002 08:06:57 -0400 Message-ID: <003f01c2540b$917e9280$98185a8c@17158MR2> From: "Mark Rew" To: Subject: 4. Implementing php on an apache server. (Mark Rew) Date: Wed, 4 Sep 2002 08:06:58 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Sender: speakup-admin@braille.uwo.ca Errors-To: speakup-admin@braille.uwo.ca X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.0.11 Precedence: bulk Reply-To: speakup@braille.uwo.ca List-Help: List-Post: List-Subscribe: , List-Id: Speakup is a screen review system for Linux. List-Unsubscribe: , List-Archive: Hi list, Thanks for the help. By taking both suggestions that came back to me my php is working. First I removed from my httpd.conf file AddHandler /cgi-bin/ .php Then, I put my php files in a php directory off of the home page directory. thus, the command: lynx url/php/experimental.php Ran my program. I believe that I am confusing cgi scripting with a server side scripting language. Any comments on the differences between these two concepts? Mark Rew