I'm trying parse this line:
echo '<a href="'.$_SERVER['PHP_SELF'].'?function='$i'">Click here to call a function</a>';
and keep getting an error, how can I place the value of i$ ?
Can you please help me?
I'm trying parse this line:
echo '<a href="'.$_SERVER['PHP_SELF'].'?function='$i'">Click here to call a function</a>';
and keep getting an error, how can I place the value of i$ ?
Can you please help me?