I am using Drupal 5.10, MySQL 4.1.22 and Php 5.2.5. I deleted the table drpl2.poll_votes by mistake.

I now get the error

Table 'stanisli_drpl2.poll_votes' doesn't exist query: UPDATE poll_votes SET uid = 0 WHERE uid = 931 in /home/stanisli/public_html/alumni/includes/database.mysql.inc on line 172.

Can anyone help me with the syntax to insert this table into MYSQL database. Will the syntax work for MYSQL 5.x too? What is a good way to start learning MYSQL and PHP?

Thanks in advance