Month: September 2011

  • Another PHP/HTML question

    I think this is more of an HTML question, but I am also using PHP, so I decided to put it in the blog title. If I wanted to create a form connected to a database and wanted to display the contents of a drop down field, I would use something like: < option selected="selected"…

  • 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…