Hi again,
Why wont the following query execute?
$result = mysql_query("SELECT * FROM cat1 WHERE CatParent = $id AND active='yes' ORDER BY pref, rand('CatName') LIMIT " . $start . ", 20");
I'm trying to get the CatName values to display in random.
Any ideas?
Cheers,
micmac