To last post Funny enough people know about manuals as they are a link close to the download link on the devs site. Although if your new to PHP and the links manuals acn be a little confusing as it mentions more than you need or want to know. People post on these news groups for help not just to be shunted off to a manual link. If that was the case why bother running a news server/group why not just have in big bold letters READ THE MANUAL why cant you try to be a little helpfull and try and sort his prob.
To Poster sorry i cant help you as iam new my self and realy have no idea the only thing i can thnk of is have you got the global settings switched on ? Matt "Christian Stadler" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi, > > http://www.php.net/manual/en/reserved.variables.php > http://www.php.net/manual/en/security.registerglobals.php > > HTH > > Greetz, > > Christian Stadler > > "Ted R Lowe" <[EMAIL PROTECTED]> schrieb im Newsbeitrag > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > i've installed PHP 4.2.1 as CGI with Apache 2.0.39 running under NT 4.0. > > > > It is working mostly, since i can run this script: > > > > <?php phpinfo(); ?> > > > > But i can't get the variables passed in via a URL or POST to be set > properly. > > > > When i run this test script, tst.php: > > > > <?php print "$tstvar"; ?> > > > > via http://localhost/tst.php?tstvar=tstvalue > > > > i get this Notice: > > > > Notice: Undefined variable: tstvar in tst.php on line 1 > > > > instead of the expected output: > > > > tstvalue > > > > The same thing happens when i try to POST data into a .php script. > > > > Any help would be appreciated! > > > > Thanks, > > ted > > > > -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php