I copied and pasted it from notepad and didn't realise that. Here's a better one...
PHP Code:
if ($post[field5]==1 and $userinfo[textfield]!="") {
$image="path to image.gif";
}
else if ($post[field5]==1) {
$image="path to alternate image.gif";
}
else {
$image="";
}
I don't know the exact technical way to align the code but you get the picture.
Is there any reason why this wouldn't work? This is exactly what I am doing and it is not working at all. I placed this code in the functions.php if that helps..
I will try to mess around some more with it but I think there is something I'm missing...