empiryk wrote:
I recived this error on my test poll:
> Fatal error: Cannot redeclare class polldb_sql in
> /home/krk/httpd/camera/sonda/include/class_mysql.php on line 10
How can i get rid out of this error? What is wrong? :-0
I had the same problem. I guess, you are using html templates for you php file. So these functions are just printed to html, not executed. You can't use php scripts inside you templates. Move it to php.