0

I am at 2/6

when I run in web browser It shows ?php echo ('Hello'); ? >. I am very new to php.. please someone answer me .

23rd Jan 2017, 9:55 AM
pratap
pratap - avatar
3 Answers
0
have you installed php?
23rd Jan 2017, 10:38 AM
Jonas Geiler
Jonas Geiler - avatar
0
install xampp and place your project inside the htdocs which is usually C://xampp/htdocs and then open your browser and on the url bar at the top type localhost/YourProjectFolder (remember to turn on server on xampp controll panel)
23rd Jan 2017, 10:51 AM
Uran Kajtazaj
Uran Kajtazaj - avatar
0
php runs on server side, so you need to use a server to see the results. You can use wamp(if you are a windows user), xampp(which is cross-platform) etc. to setup a localhost on your computer and run your files. Just search for example, how to run php file with xampp, on google and you' ll find many step by step instructions to guide you
23rd Jan 2017, 1:09 PM
man of the hour
man of the hour - avatar