[PHP] PHP setup

2008-02-07 Thread Louie Henry
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_root no value

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

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

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 ;) Such an

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 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.

[PHP] Php Setup Question

2006-03-01 Thread Christopher Taylor
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

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

[PHP] PHP setup differences (was: PHP Shell doesn't run on a system)

2003-09-22 Thread weston
And while we're at it, has anyone written a tool that will tell you what's different between server setups? I use diff on unix. You may like tkdiff, with its additional GUI to diff Hmmm. Diff on what? I suppose the INI files are prime candidates, as well as whatever phpinfo

[PHP] php setup

2002-12-16 Thread Edward Peloke
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 errors of 'Variable not defined' and I have pictures that just won't show. I am not sure if this is

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 errors

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 got

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 process

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_NOTICE

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

[PHP] php setup questions

2002-03-13 Thread Dennis Gearon
When the apache server goes to an error document, specifically, 404, do the post variables go with it? Could I 'vector' off of the 404 document and serve virtual pages out of the database? Also, what's the best way to execute php code that resides in a database? -- If You want to buy computer