Hi guys
i’m a total noob in php and just messing around with a webpage and have run into this problem.
i need to make a if/else statement and can figure out how to do it the following code is what it’s about
echo “
problem is that Price can be 0 then it should show a text instead, like below
if Price = 0 then
echo “
else
echo “
end
what’s the best and easiest way to do this?