posts on my site are usually like this
www.mysite.com/detail.php?topic=899
the user post $name, $email, $comment
there is an hidden field $hidden
After success posting comment i want it to send an email to their email saying blah blah...
In the email, i want to include the hidden field
so i include
www.mysite.com/detail.php?topic=$hidden
in the $body of the email
But when i check the email (used my email for testing) it doesn't show. How do i make it show?