Posted by Domestos on 09/27/51 11:25
>
> I'd prefer not to use seperate variables (i.e.
> http://domain.com/a.php?abcd=1234&efgh=5678) to forward it to b.php,
> but if it's not possible, I guess I'll have to.
>
> Thanks,
> iwp506@gmail.com
>
What you are trying to do is called 'indirection' in other languages
i.e.
$varb='$a=20';
execute $varb;
echo $a;
Result in '20' showing on the screen
However I do not have enough knowledge to know if it is possible in php to
do this.
Sorry - googlin for 'php' and 'indirection' is throwing up a blank...
it might be called somthing else in PHP.
Navigation:
[Reply to this message]
|