NOOB here
Posted by: lsilvamma (---.15.103.37.res-cmts.eph2.ptd.net)
Date: May 07, 2013 05:23AM

Hello! I am determined to learn PHP. I am well experienced in HTML, HML5, CSS, JS but I want to learn PHP. I have used it modular not from scratch. In other words, I have taken pieces of PHP code and modified it a bit to make it fit my HTML sites. This time I want to learn PHP the right way.

I downloaded the WAMP. And I have a Hello World simlple page.php. What now? How do I make it display so that I can continue to add more stuff to it and see what it does on the page?

Options: ReplyQuote
Re: NOOB here
Posted by: RiggsFolly (---.as13285.net)
Date: May 18, 2013 01:10PM

Start WAMP

put your page.php file into c:\wamp\www\project1\page.php

Then run that from your browser using the address http : // localhost/project1/page.php

Options: ReplyQuote
Re: NOOB here
Posted by: LaAngel67 (---.hfc.comcastbusiness.net)
Date: May 20, 2013 09:41PM

I too am just beginning and followed the steps up to running the sayHello.php file. I tried in the command terminal as well as the browser and nothing is happening. What now?

Options: ReplyQuote
Re: NOOB here
Posted by: RiggsFolly (---.as13285.net)
Date: May 20, 2013 10:21PM

What colour is your wampmanager icon that lives in the system tray?

Options: ReplyQuote
Re: NOOB here
Posted by: LaAngel67 (---.hfc.comcastbusiness.net)
Date: May 20, 2013 10:28PM

It is green.

Options: ReplyQuote
Re: NOOB here
Posted by: RiggsFolly (---.as13285.net)
Date: May 21, 2013 09:46AM

Create a folder under c:\wamp\www for example c:\wamp\www\project1
Place your test file in that folder

run it by using your browser with this address
http: // localhost/project1/sayhello.php

Options: ReplyQuote


Sorry, only registered users may post in this forum.