Why would one work over the other? echo...
Posted: Mon Feb 09, 2004 12:33 am
I'm new, so please be gentle 
I'm workin with EasyPHP which involves PHP 4.3 (I think) Apache and mySQL. So far so good, but theres an error over somethin I thought was the same.
Error code:
No error Code:
Can someone explain why?
I'm workin with EasyPHP which involves PHP 4.3 (I think) Apache and mySQL. So far so good, but theres an error over somethin I thought was the same.
Error code:
Code: Select all
<?php
$date=date("d-m-y")
echo "$date"
?>Code: Select all
<?php
echo date("d-m-y")
?>