Need help regarding php with nested MYsql statements

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • RAJ

    #1

    Need help regarding php with nested MYsql statements

    hi there,
    can anybody suggest me best sites for learning php with nested sql
    statements.
    i need sql query for searching from database with lots of options like
    using AND, OR etc
    even using multiple tables

    thanks,
    raj
  • The Natural Philosopher

    #2
    Re: Need help regarding php with nested MYsql statements

    RAJ wrote:
    hi there,
    can anybody suggest me best sites for learning php with nested sql
    statements.
    i need sql query for searching from database with lots of options like
    using AND, OR etc
    even using multiple tables
    >
    thanks,
    raj
    Its pretty damned simple really. The php online manual gives many
    examples of this.


    Or my the O'Reilly Mysql book for more advanced SQL statements and their
    syntax.

    Comment

    Working...