Much appreciated.
Search found 2 matches
- Mon Dec 06, 2004 8:50 am
- Forum: PHP - Code
- Topic: Dynamic list and producing row on the form page
- Replies: 2
- Views: 516
thanks!
Thanks Scorphus, I changed $events to $results and that fixed everything!
Much appreciated.

Much appreciated.
- Sun Dec 05, 2004 9:22 pm
- Forum: PHP - Code
- Topic: Dynamic list and producing row on the form page
- Replies: 2
- Views: 516
Dynamic list and producing row on the form page
I have created the following dynamic drop down: <form method="post" action="test.php3"> <?php $db = mysql_connect("x", "y", "z"); mysql_select_db("db114469701",$db); $sql = "SELECT event FROM tickets ORDER BY event...