I have the variable:
$myvar = \'myarchive.pdf\';
How can I embedd it to this:
echo(\'
-
You are not appending the variable to the string properly. Also you have to enclose nextpage.php?file=variable within quotes. But you are closing it before the variable name.
^
So try with
echo(' download now ');
- 热议问题