User Profile
Collapse
-
thanks, I had to change $query to $result - but other than that, it works perfectly. -
mysql query changing font color
I have a table called oth_recruitment
In the table are 10 fields. Each field will have only 1 entry: Open or Closed.
On my website, I have the following code:
...Code:<?php include 'admin/config.php'; include 'admin/opendb.php'; $query = "SELECT druid FROM oth_recruitment"; $result = mysql_query($query); if
No activity results to display
Show More
Leave a comment: