Greetings friends. Please help me to understand this issue.
1 echo"<tr><td>< a href=\"home.php?num=$num\">$num</a></td><tr>
2 echo"<tr><td>$num</td></tr>";
Basically i wanted to have link for variable $num. I couldn't proceed because of following issue. However second command worked fine for me.
issue : first echo returns below mentioned output.
< a href="home.php?num=23434">23434
second echo returns correct output value 23434.
question: Please make necessary changes to get link with first echo command. Thanks