Jump to content

so random wtf


Rifts

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.