D deadserious Established Member โ 20 โ Impact 6 100% 13 Feedback Nov 25, 2002 2K views 2 replies #1 PHP: <html> <body> <?php echo "Hello World"; ?> </body> </html> :D
D DarkDevil Established Member โ 20 โ Impact 0 0 Feedback Nov 26, 2002 #2 Re: Hello world example in PHP Originally posted by deadserious PHP: The correct way in php woule be more like: [url]http://www.webdesigntalk.net/showth...s=&threadid=162[/url] [/QUOTE] Well i tend to write my whole file as php. Very minimum html tags Click to expand...
Re: Hello world example in PHP Originally posted by deadserious PHP: The correct way in php woule be more like: [url]http://www.webdesigntalk.net/showth...s=&threadid=162[/url] [/QUOTE] Well i tend to write my whole file as php. Very minimum html tags Click to expand...
D deadserious Established Member โ 20 โ Impact 6 100% 13 Feedback Nov 26, 2002 #3 You still can't forget that ;