I have a question. I want to use the emdeddin links within a PHP script.
I give an example :
$var = "string";
and at some line of the current script:
<a href="another.p hp?arg1=$var">l ink</a>
Why doesn't work this construction? But if I give some value or string
then we can get the
value of $arg1 in the "another.ph p" script. Could somebody tell me how
Can I solve this problem?
With Regards,
Nader
I give an example :
$var = "string";
and at some line of the current script:
<a href="another.p hp?arg1=$var">l ink</a>
Why doesn't work this construction? But if I give some value or string
then we can get the
value of $arg1 in the "another.ph p" script. Could somebody tell me how
Can I solve this problem?
With Regards,
Nader
Comment