Hi guys, i installed WAMP Server 2 yesterday but i waz surprised to see that the following code doesnt work.
[HTML]Today is <? print strftime("%m/%d/%Y"); ?>[/HTML]
The output is just: Today is
If i use the proper php tag i.e <?php ?> it works but what i feel is that php5 files do not have the <?php ?> style. So, whats the problem???
[HTML]Today is <? print strftime("%m/%d/%Y"); ?>[/HTML]
The output is just: Today is
If i use the proper php tag i.e <?php ?> it works but what i feel is that php5 files do not have the <?php ?> style. So, whats the problem???
Comment