I am trying to display a column from my database as a list. Each listing
needs to be a URL that links to another script that brings up all of the data
in the row to edit. I keep getting a parser error and I can't figure it out.
Here is the code and any help is greatly appreciated.
$meetingNa
Hmm, I am still getting a parse error on the last line of code...
In a message dated 12/16/2002 1:49:26 PM Eastern Standard Time,
[EMAIL PROTECTED] writes:
> $sql = "SELECT .";
> $sql_e = mysql_query($sql);
>
> while ($result = mysql_fetch_array($query_e)) {
> .
> }
>
> You were missi
2 matches
Mail list logo