[PHP-WIN] i need help with an undefined variable

2002-10-01 Thread Anyang
I wrote a php script for a page that I hosted on a separate host and it worked perfectly. I recently installed php 4 onto my windows XP Pro build 2600 computer and it seems to work until I try to use varuables that look to the address bar for reference. I wanted to make it so that when somebody

Re: [PHP-WIN] i need help with an undefined variable

2002-10-01 Thread Anyang
PROTECTED]">news:[EMAIL PROTECTED]... > how r u getting $game? that's the undefind var. > > > -----Original Message- > > From: Anyang [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, 2 October 2002 11:38 AM > > To: [EMAIL PROTECTED] > > Subject: [PH

Re: [PHP-WIN] i need help with an undefined variable

2002-10-02 Thread Anyang
gt; > include("public.html"); > > > > } > > > > if ($_GET["game"] != NULL && $op != NULL) { > > > > include("http://mywebsite.com/example/"; . "$game" . ".html"); > > > > } >

Re: [PHP-WIN] i need help with an undefined variable

2002-10-02 Thread Anyang
gt; > > > > > > > > include("head.html"); > > > > > > > > if (!$_GET["game"]) { > > > > include("public.html"); > > > > } > > > > if ($_GET["game"] != NULL && $op != NULL

Re: [PHP-WIN] i need help with an undefined variable

2002-10-02 Thread Anyang
thanks for the help. got it to work "Brother - Martin Bagge" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Anyang: > > > it's giving me this now: > > Notice: Undefined index: game in C:\Xitami\webpages\index.php

[PHP-WIN] Re: phpBB won't install

2002-10-05 Thread Anyang
CSa is right, when you refer to your computer you usually have to refer to it as localhost, same with perl scripts. "Douglas F. Keim" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I installed PHP and MySQL. Tested PHP and started the MySQL server with the >