Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

php 4.3.2 and apache 2.0.45

Status
Not open for further replies.

wazilian1

Programmer
Nov 8, 2002
38
US
i have installed php 4.3.2 and apache 2.0.45. everything seems ok, except that when i pass name elements from a html file to a php file, the variable has no value. any ideas?

html:
<form name=&quot;index&quot; action=&quot;action.php&quot; method=&quot;post&quot;>
<select name=&quot;freq&quot;>
<option value=&quot;1&quot;>1</option>
<option value=&quot;2&quot;>2</option>
<option value=&quot;3&quot;>3</option>
</select>
<input type=&quot;submit&quot; value=&quot;Submit&quot;>
</form>

php:
<?php
print(&quot;value is $freq&quot;);
?>

wazilian
King of Wazil
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top