Re: What's wrong here?

2001-06-14 Thread Rolf Hopkins
It would help if we knew what the error or problem was? - Original Message - From: Vladimir Kravtsov [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, June 15, 2001 13:13 Subject: What's wrong here? ?php require('common.php'); function DisplayPoll() { connectdb

What's wrong here?

2001-06-14 Thread Vladimir Kravtsov
?php require('common.php'); function DisplayPoll() { connectdb(); mysql_select_db(pollbooth); $sql = select choice from choices; $query = mysql_query($sql); $num_of_voting_choices = mysql_num_rows($query); $sql = select choice from votes; $query = mysql_query($sql);

Re: What's wrong here?

2001-06-14 Thread Rolf Hopkins
not always be displayed on the web page. You may have to view source. - Original Message - From: Vladimir Kravtsov [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, June 15, 2001 14:08 Subject: RE: What's wrong here? Sorry. It doesn't do anything. Oh and btw, I made it so it DOES call