I am getting parse errors when I try to use the following
code
$result = mysql_query($sql) or die("Couldn't execute query.");
$number = MYSQL_NUMROWS($result);
switch ($number) {
case "0" :
include('/refunknown.php3');
case "1" :
include('/refknown.php3');
};
I guess I can't see the wood for the trees ! Anyone spot a syntax problem ?




Bookmarks