Hi i'm facing a very weird problem.. I had me html code begin with
<!DOCTYPE html>
<html>
...
</html>
When i add some php code on top with < ? php, and ends with ?> its all good,
unless i use somewhere the ">" symbol for example "$variable => $value in a foreach..."
it ends identifying php code here, displays the rest after ">" as text in html body, and dont execute anything.
What is going on..?
Thank you.