Forms and PHP variables?

dgamma3

New member
hello i have a form, here (only a small part)

<input name="URL" type="hidden" name="URL" value=" " >

and i want to make the values function equal to a php variable, this is what i did but it is not working:

<input name="URL" type="hidden" name="URL" value="<?php $subject ?>" >

Can someone please show me how to make the value = the php variable $subjects, or for that matter any other variable.
 
Back
Top