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 ;)
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.
[
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
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
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
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
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
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
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
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
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
11 matches
Mail list logo