Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

php WHERE AND

Name: Anonymous 2006-11-05 14:58

I want to do somthing like:
SELECT * FROM tblxy WHERE x='one' AND y='three'

I get a syntax error with this, how do i get it to work?

p.s. x and y are ment to be text

Name: Anonymous 2006-11-05 15:26

Use a Singleton pattern for this:

Book& Book::instance()
{
    static Book book;
    return book;
}

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List