> > the only way you may go wrong with this is with scoping,
> > $yourvar isn't available in a function inside yourpage.php.
> It can be, though. You just need to tell the function to look for the
> global variable $yourvar:
> function yourFunction() {
> global $yourvar;
> ...
> }
or
f
> If the link is
>
> Then in yourpage.php ...
>
> echo($yourvar);
>
> the only way you may go wrong with this is with scoping, $yourvar isn't
> available in a function inside yourpage.php.
It can be, though. You just need to tell the function to look for the
global variable $yourvar:
function
They're just there ...
If the link is
Then in yourpage.php ...
echo($yourvar);
the only way you may go wrong with this is with scoping, $yourvar isn't
available in a function inside yourpage.php.
Tim Ward
--
From: Clint Tredway [SMTP:[EMAIL PROTECTED]]
Sent:
3 matches
Mail list logo