(Please view http://www.thunderboltsc.f2s.com/agendas-src.php ).
Hi...I got stuck doing a web site for my school's student council 😛...(I need to learn to keep my big mouth shut.) I created an agendas page (the agendas are stored in a MySQL database). The dbconnect() function is in my shared.inc file, and it contains the mysql_connect() and mysql_select_db() bit. When I run it, I get a parse error on line 78. But I just can't find it. Help!
Looks like you're missing an ending parenthesis on the while statement.
-Jeremy
sure enough. thanks...
i feel really stupid. lol.
uh...still says parse error on line 78.
=) Happens to all of us at times...
bump.
Yeah, on the line:
echo $agenda['announcements']; ?>
That closing PHP tag at the end shouldn't be there, unless I'm wrong.
yes...overlooked...thank you.