Posted by Steve on 09/19/05 02:14
> <form name="year_search_form" method="post" action="results.php">
> <select name="select_year" id="select_year">
> <?
> $query="SELECT * FROM table ORDER BY year";
> $result = mysql_query($query) or die ("Error in query: $query. "
> .mysql_error());
View the HTML source - any error message will be invisible via your
browser because you are in the middle of specifying a form and dropdown
list.
---
Steve
Navigation:
[Reply to this message]
|