Re: [PHP] PHP setup

2008-02-07 Thread Robert Cummings
On Thu, 2008-02-07 at 09:52 -0500, Nathan Nobbe wrote: > On Feb 7, 2008 8:47 AM, Dare Williams <[EMAIL PROTECTED]> wrote: > > > WAMP means WINDOWS(os) - APACHE(webserver) - MYSQL(db) - PHP(platform). > > > you know if youre running iis and mysql or mssql, its actually called the > WIMP stack ;)

Re: [PHP] PHP setup

2008-02-07 Thread Daniel Brown
2008/2/7 Louie Henry <[EMAIL PROTECTED]>: > Good Day All What's up, Louie? > I am running windows xp pro and using built in IIS as my web-server. And I > installed PHP 5.2.5. I also installed MySQL 5.0.37. Now PHP is working, how > ever I having problems with the configuration with MySQL. [

Re: [PHP] PHP setup

2008-02-07 Thread Nathan Nobbe
On Feb 7, 2008 8:47 AM, Dare Williams <[EMAIL PROTECTED]> wrote: > WAMP means WINDOWS(os) - APACHE(webserver) - MYSQL(db) - PHP(platform). you know if youre running iis and mysql or mssql, its actually called the WIMP stack ;) -nathan

Re: [PHP] PHP setup

2008-02-07 Thread Dare Williams
To solve this problem, I will advice you to probably remove all the former installation. Because PHP do have problem relating to IIS several times. so it better you install complete pack of PHP Application. You can use a PHP Application call WAMP SERVER. It's good PHP Application for depl

Re: [PHP] PHP setup

2008-02-07 Thread Jochem Maas
Louie Henry schreef: Good Day All I am running windows xp pro and using built in IIS as my web-server. And I installed PHP 5.2.5. I also installed MySQL 5.0.37. Now PHP is working, how ever I having problems with the configuration with MySQL. I used phpinfo(), and I notice this doc_ro

Re: [PHP] Php Setup Question

2006-03-01 Thread Chris
Christopher Taylor wrote: I am trying to setup a webserver for testing at home. I can execute php scripts fine, but I cannot include local files like include (test.php). The page comes up with a permission denied. The url is http://mojo.hst-percussion.com/index.php. The phpinfo is http://mojo

Re: [PHP] php setup

2002-12-16 Thread Justin French
Check phpinfo() on both the new and old server -- i think the var not defined stuff is related to a different (higher) error reporting directive on the laptop. As for the images, view the actual SOURCE of the resultant HTML page (browser > view source) and see how the image src's are being written

RE: [PHP] php setup

2002-12-16 Thread Edward Peloke
thanks, I will give that a shot. -Original Message- From: Joseph W. Goff [mailto:[EMAIL PROTECTED]] Sent: Monday, December 16, 2002 2:25 PM To: php-general; Edward Peloke Subject: Re: [PHP] php setup You have the error_reporting set at E_ALL in the ini file. Set it to E_ALL & ~E_NO

Re: [PHP] php setup

2002-12-16 Thread Joseph W. Goff
You have the error_reporting set at E_ALL in the ini file. Set it to E_ALL & ~E_NOTICE - Original Message - From: "Edward Peloke" <[EMAIL PROTECTED]> To: "php" <[EMAIL PROTECTED]> Sent: Monday, December 16, 2002 1:29 PM Subject: [PHP] php setup > I recently got a laptop and was in the pr

RE: [PHP] php setup

2002-12-16 Thread Edward Peloke
it is turned on -Original Message- From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]] Sent: Monday, December 16, 2002 2:03 PM To: Edward Peloke Cc: php Subject: Re: [PHP] php setup Turn on register_globals in your php.ini file. On Mon, 16 Dec 2002, Edward Peloke wrote: > I recently go

Re: [PHP] php setup

2002-12-16 Thread Rasmus Lerdorf
Turn on register_globals in your php.ini file. On Mon, 16 Dec 2002, Edward Peloke wrote: > I recently got a laptop and was in the process this weekend of installing, > php, apache, mysql etc. One thing I noticed is when I ran the code (that > works fine everywhere else) on the laptop, I got erro