I have a contact form,
There is a subject textbox on it and i have put the value as
<?php $_GET['subject']; ?>
now on the link to my contact page i have put ?page=contact&subject=Blog
I thought the &subject=Blog would allow the subject text box to be auto filled with "Blog" what have i done wrong?
many thanks
Ben
Help





















