Help a Newbie w/the Basics....

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
johnbran
Forum Newbie
Posts: 17
Joined: Tue Jul 16, 2002 8:18 pm

Help a Newbie w/the Basics....

Post by johnbran »

Please tell me the meaning of the following:

1. \n
2. <--{snip}-->

Thanks!
User avatar
hob_goblin
Forum Regular
Posts: 978
Joined: Sun Apr 28, 2002 9:53 pm
Contact:

Post by hob_goblin »

\n = a new line..

<!--{snip}--> means nothing special, probably used as a marker so the file could be parsed and {snip} would be replaced with something
Post Reply