Tag: programming

  • The PHP problem I am having

    I am trying to create a webpage that searches a MySQL database. I can write a simple page that can search on one of the fields. For example: SELECT * FROM table WHERE = $variable; What I need to do is figure out how to do the same thing but with more than one field…