Can u please suggest for how to work in wamp server? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can u please suggest for how to work in wamp server?

10th Aug 2016, 4:07 AM
Thanigaivelan
Thanigaivelan - avatar
2 Answers
0
your project folder is www and go to localhost on your browser to find and execute your project like in www -> create folder hello in the folder hello -> create index.php file (with standard conf it's the first file read) in the file write <?php echo ("Hello World!!!"); ?> go to localhost and click on the hello project if all work, you get a White screen with printed "hello world!!!"
10th Aug 2016, 9:34 AM
francis
0
thanks francis
15th Aug 2016, 2:25 PM
Thanigaivelan
Thanigaivelan - avatar