Hi all
I am a newbie to learning php but will complete it soon
I am learning from SAMS TEACH YOURSELF PHP IN 10 MINUTES + Programmers Introduction to php4.
I hope you will help me all:lockd:
Thanks in advance
So here is my first php script.Please point out the mistakes if any
<html>
<body>
<?php
echo today date is ('j H Y');
echo and time is;
echo ('H:i:s');
?>
</body>
</html>
Can anyone tell me the difference between single quoted(' ') and double quoted strings (" ").Please help me.


LinkBack URL
About LinkBacks


Reply With Quote


.thanks for correction.



