aqib Posted November 25, 2007 Share Posted November 25, 2007 do ilearn this too <html> <body> <?php //This is a comment /* This is a comment block */ ?> </body> </html> Link to comment https://forums.phpfreaks.com/topic/78783-hi/ Share on other sites More sharing options...
wildteen88 Posted November 25, 2007 Share Posted November 25, 2007 Um // or /* */ are called comments. comments are ignored by PHP. Comments are useful if you need to set reminders for yourself on a piece of code Link to comment https://forums.phpfreaks.com/topic/78783-hi/#findComment-398671 Share on other sites More sharing options...
aqib Posted November 25, 2007 Author Share Posted November 25, 2007 mate am new tophp learningi cant code php learning now butdoi learn everything on it Link to comment https://forums.phpfreaks.com/topic/78783-hi/#findComment-398672 Share on other sites More sharing options...
aqib Posted November 25, 2007 Author Share Posted November 25, 2007 doooooooooooooooo i Link to comment https://forums.phpfreaks.com/topic/78783-hi/#findComment-398676 Share on other sites More sharing options...
trq Posted November 25, 2007 Share Posted November 25, 2007 Can you actually form a question? If so, do you have one? Otherwise, I suggest you stop rambling. You might want to read the How to ask... link in my signiture. Link to comment https://forums.phpfreaks.com/topic/78783-hi/#findComment-398677 Share on other sites More sharing options...
wildteen88 Posted November 25, 2007 Share Posted November 25, 2007 mate am new tophp learningi cant code php learning now butdoi learn everything on it You should at least learn the basics which will help you get started. Without the basics you wont be able to understand much of the code. I would recommend you to read the manual. Read parts I and III Those chapters will help to understand PHP more. Also I recommend you to read this free ebook too. I would also recommend you install PHP locally so you run your scripts. I'd recommend WAMP for Windows or XAMPP for *nix (linux, unix etc). Link to comment https://forums.phpfreaks.com/topic/78783-hi/#findComment-398679 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.