Forum Moderators: coopster
Ok, here is what I am doing. I am making an online quiz. I figured simple enough. Right? Here is what I have that is messing me up
if ($score > 49) {
echo "$score % chance ";
}
Ok after it says chance I want to add an image and for the life of me I can't figure out how to do it. I keep getting parsing errors every time. Can someone help me? How do I add an image to this? I basically want different images to show up for different scores. This really should be simple.
Thanks,
Teresa