User Profile

Collapse

Profile Sidebar

Collapse
petrakid
petrakid
Last Activity: Feb 24 '08, 10:07 PM
Joined: Feb 10 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • petrakid
    replied to mysql query changing font color
    in PHP
    thanks, I had to change $query to $result - but other than that, it works perfectly.
    See more | Go to post

    Leave a comment:


  • petrakid
    started a topic mysql query changing font color
    in PHP

    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
    ...
    See more | Go to post
No activity results to display
Show More
Working...