Announcement

Collapse
No announcement yet.

Caller ID Webpage MYSQL Problem

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Caller ID Webpage MYSQL Problem

    Hey,

    I'm just about done on a page to list all the callers i've had from a database, and i want to limit the amount shown on a webpage. When i use the command below without the limit statement it works fine, but with the limit it says '



    Script error: Syntax error in ORDER BY clause.'

    sql = "SELECT datee,timee,namee,numbere FROM callerid ORDER BY datee DESC LIMIT 5;"

    Any ideas why?

    </pre>

    #2
    Nevermind i found out the LIMIT command only works on MYSQL databases.

    Comment

    Working...
    X