Author Topic: Mysql Syntax Error can anyone help me ??  (Read 698 times)

0 Members and 1 Guest are viewing this topic.

Offline undertaker

  • Newbie
  • *
  • Posts: 1
  • Karma: 0
    • View Profile
Mysql Syntax Error can anyone help me ??
« on: October 11, 2009, 06:16:02 PM »
Hello, at first of all sorry for my bad english i will bother to write so that you can understand me..

I have installed the version 0.22 and all was successfull.
So i Add a Video and the Video is showed but under the video i get a Mysql Syntax Error...
Quote
Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '*mydbname*.pp_rating WHERE id='1'' at line 1

can someone help me and tell me how can i fix that ??

Best wishes

Offline Jeff

  • Global Moderator
  • Sr phpd Member
  • *****
  • Posts: 359
  • Karma: 5
  • Need help? Feel free to ask.
    • View Profile
Re: Mysql Syntax Error can anyone help me ??
« Reply #1 on: October 13, 2009, 12:04:29 PM »
What version of PHP do you have on your server..


below is how to find out

-create info.php
-inside type (or copy and past) the below
Code: [Select]
<?php 
  phpinfo
();
?>
-upload to server
run from web browser...