I have problem in my xampp server php file not work if I write it like this
<?
echo " Not Work " ;
?>
Work
<?php
echo " it's work " ;
?>
the server will not read the content with the first status , how to fix it to work with both in same time ?