Hi,

> Any ideas as to what the problem is?

What error do you get? Is the query not working?
Put a mysql_error() into your "or die("The category...")" to get
the exact error message. And try putting quotes around CAtID = '$value'.

>  print "<a href=" . '"' . "display.php" . '"' . ">Return to the
print "<a href=\"display.php\">Return to CatIndex</a>";
looks much nicer, doesn't it

hope it helps
Johannes



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to