Re: [PHP-DB] Passing parameters to a PHP file.

2001-09-13 Thread Victor Espina

Thanks Leo, i solved the problem using $HTTP_GET_VARS[].

--
==
Victor Espina
Caracas, Venezuela
http://mitrompo.com/vespina
[EMAIL PROTECTED]
(Quite el 'nospam' para responder)
(Remove 'nospam' to reply)

"Leo G. Divinagracia III" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> u quick question, does VAR1 contain a value before the call???
>
> could be null to begin with...
>
> Victor Espina wrote:
> >
> > I want to call a PHP file with some parameters. I tried this sintax:
> >
> > HREF=MyPage.PHP?Var1=Value1
> >
> > But i don't seem to be receiving any value for Var1. I tested it with:
> >
> > print "Var1: $Var1";
> >
> > and the output is "Var1:"
> >
> > What i'm missing here?
> >
> > --
> > ==
> > Victor Espina
> > Caracas, Venezuela
> > http://mitrompo.com/vespina
> > [EMAIL PROTECTED]
> > (Quite el 'nospam' para responder)
> > (Remove 'nospam' to reply)
> >
> > --
> > PHP Database 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]
>
> --
> Leo G. Divinagracia III
> [EMAIL PROTECTED]



-- 
PHP Database 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]




Re: [PHP-DB] Passing parameters to a PHP file.

2001-09-12 Thread leo g. divinagracia iii

u quick question, does VAR1 contain a value before the call???

could be null to begin with...

Victor Espina wrote:
> 
> I want to call a PHP file with some parameters. I tried this sintax:
> 
> HREF=MyPage.PHP?Var1=Value1
> 
> But i don't seem to be receiving any value for Var1. I tested it with:
> 
> print "Var1: $Var1";
> 
> and the output is "Var1:"
> 
> What i'm missing here?
> 
> --
> ==
> Victor Espina
> Caracas, Venezuela
> http://mitrompo.com/vespina
> [EMAIL PROTECTED]
> (Quite el 'nospam' para responder)
> (Remove 'nospam' to reply)
> 
> --
> PHP Database 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]

-- 
Leo G. Divinagracia III
[EMAIL PROTECTED]

-- 
PHP Database 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-DB] Passing parameters to a PHP file.

2001-09-12 Thread Victor Espina

I want to call a PHP file with some parameters. I tried this sintax:

HREF=MyPage.PHP?Var1=Value1

But i don't seem to be receiving any value for Var1. I tested it with:

print "Var1: $Var1";

and the output is "Var1:"

What i'm missing here?

--
==
Victor Espina
Caracas, Venezuela
http://mitrompo.com/vespina
[EMAIL PROTECTED]
(Quite el 'nospam' para responder)
(Remove 'nospam' to reply)




-- 
PHP Database 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]