value from form php

  • Thread starter Thread starter bishop2001
  • Start date Start date
B

bishop2001

greetings,
how do i get the value of a variable from a form. So for example

PHP Code:
<option value="<? echo $TODAY ?>"><? echo $TODAY ?></option>
my drop down menu will show me today's date, but when i select it and click submit the value in value is not getting interpolated.

Continue reading...
 
Back
Top