hi everyone,
i want to start learning php and how to develop with it. I downloaded wampserver and installed it without any complications. I then turned to some ebooks for documentation and started coding. However, all the examples i've tried so far have now been working.
for example:
	is supposed to display hello world but when i view it in a browser, all i get is a blank page.
are there any additional settings that need to be configured? or am i doing something wrong? btw, im using Notepad++ as my editor
thanks in advance
					i want to start learning php and how to develop with it. I downloaded wampserver and installed it without any complications. I then turned to some ebooks for documentation and started coding. However, all the examples i've tried so far have now been working.
for example:
Code:
	html> <body> <?php echo "Hello World"; ?> </body> </html>
are there any additional settings that need to be configured? or am i doing something wrong? btw, im using Notepad++ as my editor
thanks in advance
Comment