So, I'm writing a script in php to query my datbase for my forums, here is the code I have so far: Code: while ( $row = mysql_fetch_array($result) ) { //display ...
I am writing sort of a trouble ticket system in PHP with MySQL and I've run into a problem. One of my database tables is a list of workstations in the office, there are only two fields (id and name ...