RE: [PHP] PHP Runs But Does Not Display on Linux

2008-06-12 Thread Wei, Alice J.
@lists.php.net Subject: Re: [PHP] PHP Runs But Does Not Display on Linux With localhost I was assuming that the files resided on your local machine, my bad. How are you accessing these files? The location you are getting them from has to be running a web server of some kind with php or the php scripts

RE: [PHP] PHP Runs But Does Not Display on Linux

2008-06-12 Thread Wei, Alice J.
] From: DeadTOm [EMAIL PROTECTED] Sent: Wednesday, June 11, 2008 11:15 PM To: Wei, Alice J. Cc: php-general@lists.php.net Subject: Re: [PHP] PHP Runs But Does Not Display on Linux With localhost I was assuming that the files resided on your local machine, my

Re: [PHP] PHP Runs But Does Not Display on Linux

2008-06-12 Thread DeadTOm
] PHP Runs But Does Not Display on Linux With localhost I was assuming that the files resided on your local machine, my bad. How are you accessing these files? The location you are getting them from has to be running a web server of some kind with php or the php scripts will not run and you'll only

RE: [PHP] PHP Runs But Does Not Display on Linux

2008-06-12 Thread Thijs Lensselink
and Information Science Indiana University Bloomington [EMAIL PROTECTED] From: DeadTOm [EMAIL PROTECTED] Sent: Wednesday, June 11, 2008 11:15 PM To: Wei, Alice J. Cc: php-general@lists.php.net Subject: Re: [PHP] PHP Runs But Does Not Display on Linux With localhost I

RE: [PHP] PHP Runs But Does Not Display on Linux

2008-06-12 Thread Wei, Alice J.
Science Indiana University Bloomington [EMAIL PROTECTED] From: Thijs Lensselink [EMAIL PROTECTED] Sent: Thursday, June 12, 2008 10:44 AM To: php-general@lists.php.net Subject: RE: [PHP] PHP Runs But Does Not Display on Linux Quoting Wei, Alice J. [EMAIL

RE: [PHP] PHP Runs But Does Not Display on Linux

2008-06-12 Thread Boyd, Todd M.
-Original Message- From: Wei, Alice J. [mailto:[EMAIL PROTECTED] Sent: Thursday, June 12, 2008 9:02 AM To: [EMAIL PROTECTED] Cc: php-general@lists.php.net Subject: RE: [PHP] PHP Runs But Does Not Display on Linux Hello, I have reinstalled Apache back into my Linux machine

Re: [PHP] PHP Runs But Does Not Display on Linux

2008-06-12 Thread Shawn McKenzie
Science Indiana University Bloomington [EMAIL PROTECTED] From: DeadTOm [EMAIL PROTECTED] Sent: Wednesday, June 11, 2008 11:15 PM To: Wei, Alice J. Cc: php-general@lists.php.net Subject: Re: [PHP] PHP Runs But Does Not Display on Linux With localhost I

[PHP] PHP Runs But Does Not Display on Linux

2008-06-11 Thread Wei, Alice J.
Hi, I am currently using a Linux box with Fedora to run my PHP scripts, which I have seen in the download page at http://www.php.net/downloads.php that We do not distribute UNIX/Linux binaries. Most Linux distributions come with PHP these days. What I am wondering is, if I can run my

Re: [PHP] PHP Runs But Does Not Display on Linux

2008-06-11 Thread DeadTOm
Do you have php-mysql installed? In ubuntu for php5 the package is php5-mysql. -Allen Wei, Alice J. wrote: Hi, I am currently using a Linux box with Fedora to run my PHP scripts, which I have seen in the download page at http://www.php.net/downloads.php that We do not distribute

RE: [PHP] PHP Runs But Does Not Display on Linux

2008-06-11 Thread Wei, Alice J.
Windows machine. Alice -Original Message- From: DeadTOm [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 11, 2008 10:29 PM To: Wei, Alice J.; php-general@lists.php.net Subject: Re: [PHP] PHP Runs But Does Not Display on Linux Do you have php-mysql installed? In ubuntu for php5 the package

Re: [PHP] PHP Runs But Does Not Display on Linux

2008-06-11 Thread Greg Maruszeczka
On Wed, 11 Jun 2008 22:03:53 -0400 Wei, Alice J. [EMAIL PROTECTED] wrote: Hi, I am currently using a Linux box with Fedora to run my PHP scripts, which I have seen in the download page at http://www.php.net/downloads.php that We do not distribute UNIX/Linux binaries. Most Linux

Re: [PHP] PHP Runs But Does Not Display on Linux

2008-06-11 Thread DeadTOm
, my Microsoft SQL server database is on a different Windows machine. Alice -Original Message- From: DeadTOm [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 11, 2008 10:29 PM To: Wei, Alice J.; php-general@lists.php.net Subject: Re: [PHP] PHP Runs But Does Not Display on Linux Do you have

RE: [PHP] PHP Runs But Does Not Display on Linux

2008-06-11 Thread Wei, Alice J.
@lists.php.net Subject: Re: [PHP] PHP Runs But Does Not Display on Linux On Wed, 11 Jun 2008 22:03:53 -0400 Wei, Alice J. [EMAIL PROTECTED] wrote: Hi, I am currently using a Linux box with Fedora to run my PHP scripts, which I have seen in the download page at http://www.php.net/downloads.php

Re: [PHP] PHP Runs But Does Not Display on Linux

2008-06-11 Thread Chris
Wei, Alice J. wrote: Hi, I am currently using a Linux box with Fedora to run my PHP scripts, which I have seen in the download page at http://www.php.net/downloads.php that We do not distribute UNIX/Linux binaries. Most Linux distributions come with PHP these days. What I am

RE: [PHP] PHP Runs But Does Not Display on Linux

2008-06-11 Thread Wei, Alice J.
Microsoft SQL server database is on a different Windows machine. Alice -Original Message- From: DeadTOm [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 11, 2008 10:29 PM To: Wei, Alice J.; php-general@lists.php.net Subject: Re: [PHP] PHP Runs But Does Not Display on Linux Do you

Re: [PHP] PHP Runs But Does Not Display on Linux

2008-06-11 Thread DeadTOm
Subject: Re: [PHP] PHP Runs But Does Not Display on Linux Otherwise, it consistently gives me errors Call to undefined function: mysql_connect()If you're getting an error... If you're getting this error, there is a line of code in the php script that is trying to connect to a mysql database

RE: [PHP] PHP Runs But Does Not Display on Linux

2008-06-11 Thread Wei, Alice J.
Hi, -Original Message- From: DeadTOm [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 11, 2008 10:58 PM To: Wei, Alice J. Cc: php-general@lists.php.net Subject: Re: [PHP] PHP Runs But Does Not Display on Linux OK, I see now. When you open the script from your browser are you accessing

Re: [PHP] PHP Runs But Does Not Display on Linux

2008-06-11 Thread DeadTOm
[mailto:[EMAIL PROTECTED] Sent: Wednesday, June 11, 2008 10:58 PM To: Wei, Alice J. Cc: php-general@lists.php.net Subject: Re: [PHP] PHP Runs But Does Not Display on Linux OK, I see now. When you open the script from your browser are you accessing it via a server like Http://localhost/some/file.php