Rifts Posted July 16, 2010 Share Posted July 16, 2010 this was working fine last night woke up this morning and bam doesnt work does anyone see anything weird? when you click submit instead of going to the event1exe.php page it just refreshes the page and changes the URL wtf? <FORM METHOD="POST" ACTION="event1exe.php"> Event 1 <?php $q = mysql_query("SELECT * FROM events"); echo "<select name='event1'>"; while ($row = mysql_fetch_assoc($q)) { echo '<option value="'.$row['number'].'">'.$row['name'].' ( ' .$row['date'].' )</option>'; } echo "</select>"; ?> <INPUT TYPE="SUBMIT" VALUE="Submit"> </FORM> Link to comment https://forums.phpfreaks.com/topic/207987-so-random-wtf/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.