Can someone help me with my php problem?

lusimail

New member
i try to open an old php file that i make, but the output is weird... so i try something

when i write this:
<?
echo ("<BR>");
?>

the output in the browser like this :
"); ?>

please help me!!
this:
<?php
echo "<HR>";
?>

output:
"; ?>

my php file actually works last year in the same computer..
i don't know what happened..
 
Back
Top