Re: [PHP] i cannot pass variables to php script...

2002-04-30 Thread efa
ed by other reply. On Tue, 30 Apr 2002, Nathan wrote: > Instead of printf, do an > > echo "arg = ".$_GET["arg"]; > > # Nathan > > - Original Message - > From: "efa" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tu

RE: [PHP] i cannot pass variables to php script...

2002-04-30 Thread Lazor, Ed
PROTECTED] Subject: [PHP] i cannot pass variables to php script... Hi! I have a problem with passing variables to php script with simple GET. example: --- hello.html - hello --- hello.php -- "); ?> output from clicking on the

[PHP] i cannot pass variables to php script...

2002-04-30 Thread efa
Hi! I have a problem with passing variables to php script with simple GET. example: --- hello.html - hello --- hello.php -- "); ?> output from clicking on the link is: arg= I should mention that I use mod_userdir and the script/h