MySQL / PHP dating site

Out of context: Reply #21

  • Started
  • Last post
  • 40 Responses
  • juhls0

    Do you guys think I should have a separate include page for the username and password of existing members? Meaning: the login portion of the site?

    Here is the code so far:
    http://pastebin.com/m42e4ba92

    Also, for if($query), how do I add another query to that? is it
    if($query && $query2) ?

    I'm getting an error with querying the database, and I have a feeling it's because of the interests (the code is right before the HTML starts) but I'm not getting any other error message.

    "query" is still sent to the "clients" table, but the interests ("query2") are not sent to the interests table.

View thread