Posts by Luis G. Lino • 36 points
2 posts
-
1
votes2
answers421
viewsA: What are the {} tags in the middle of html
Actually, php can also be written with . tpl files. tpl is more like a Smarty File, where it serves as a command transitor, and they (PHP commands) can be called in tpl.html through {php} comandos…
-
1
votes3
answers11142
viewsA: Difference between Console.Read(); and Console.Readline();
Basically, you will want to use the Console.Read() when you want the return ASCII VALUE of the first character typed. If you want only one character you will have to do some checking, because no…