Symbian.Ankit
New Member
- Messages
- 12
- Reaction score
- 0
- Points
- 0
Hi all
I am a newbie to learning php but will complete it soon:biggrin:
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.
I am a newbie to learning php but will complete it soon:biggrin:
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.