+ 1
Why this tag is not working??
<? echo 'hello world'; ?> I write this coad in notepad++. but output is not given in Crome Browse. I work it local host.
3 Answers
0
try <?php and check if the file ending is .php
0
Use <?php your code ?>
Or configure your php.ini file.  (short_open_tag = on) 
0
hello






