Forum Moderators: coopster
im using this code
if(mysql_num_rows($sql) == 0){
print 'message';
} else {
while ($row = mysql_fetch_array($sql)){
Display results
}
}
supplyed by birdman (thanks alot)
only problem is it does what i want it todo but displays + everytime its used. Can any one tell me why please and how i can get rif of it. cheers