and since you're running Win32, i'd *highly* suggest
running apache to a service... so that you dont have
to spawn a console window everytime you want to
use your webserver.
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, August 02, 2001 5:52 AM
> To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: RE: [PHP] <----- BEING AN ASS CLICK HERE NOT ABOVE!!!!!
>
>
> Oops, Correction - You'll need to run apache first, leave it running, and
> then try the below.
>
> not enough coffee today...
>
> -----Original Message-----
> From: Sheed, Lawrence -SHNGI -AG
> Sent: August 2, 2001 5:51 PM
> To: 'Kyle Smith'; [EMAIL PROTECTED]
> Subject: RE: [PHP] <----- BEING AN ASS CLICK HERE NOT ABOVE!!!!!
>
>
> Kyle,
>
> Apache runs as a background program.
>
> When you've installed apache, and php, you don't actually run them from the
> commmand line.
>
> What you have to do is open up a browser window, and point it to your
> computer.
>
> Open up Internet Explorer (you're running windows it looks like),
>
> and type in http://127.0.0.1 or http://localhost
>
> This should bring up a screen saying you've installed apache correctly.
>
> If apache is installed in the default directories, then most likely you'll
> need to put some webpages into
>
> c:\apache\htdocs
>
> I would recommend making a file called test.php with the following lines in
>
> <?php
>
> phpinfo();
>
> ?>
>
> Save it into c:\apache\htdocs
>
> now go to your webbrowser, and go to http://localhost/test.php
>
> If php shows the phpinfo screen then you've installed everything correctly.
> If it doesn't work, we'll need to look at your apache settings and php
> settings. Try the stuff above first, then tell me what happens.
>
> Cheers,
>
> Lawrence.
>
> -----Original Message-----
> From: Kyle Smith [mailto:[EMAIL PROTECTED]]
> Sent: August 3, 2001 1:46 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP] <----- BEING AN ASS CLICK HERE NOT ABOVE!!!!!
>
>
> (the damn thing took my attatchement off!!!)
>
> Ok I have installed PHPTriad, when i run apache (gulp) dos opens, all fine
> BUT when i run PHP.exe.... well look down
>
> http://www.stupeedstudios.f2s.com/probs.gif
>
>
> -lk6-
> http://www.StupeedStudios.f2s.com
> Home of the burning lego man!
>
> ICQ: 115852509
> MSN: [EMAIL PROTECTED]
> AIM: legokiller666
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]