Mattias Thorslund wrote:
Disclaimer: I have probably left a silly typo somewhere.
Sure did: My old nemesis, end parethesis (either too few or too many).
It should be:
if("" != $row['photo_check']){
switch($entry){
case "Copy Change": case "Banner Change":
case "Price Change":
break;
default:
//put your code here
}
}
/Mattias
-- http://www.thorslund.us
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php