Beginning PHPBeginning-level PHP discussions. More advanced coders should post to the Pro PHP forum.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Beginning PHP section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
Ok majeed, at first install wamp or xammp. I am using wamp which is free available.
1. Let say you installed your wamp in c:\ drive.
2. their you will a folder c:\wamp\www.
3. just paste your all .php and .html files which you want to treat as server side files.
4. This www folder become you server side address from where you will access the data.
4. Now in start your wamp server. you will an icon appear on task bar.
5. Now left click on that icon and select localhost.
6.a. This localhost will directly linked with you www address. From here you can select your file which you want to open.
6.b. Another way is to write "http://localhost/file.*" in your explorer. This will also open your file.
For your convenint i will suggest you to download "php Designer 200*" version. It is php editor.
And abut php.ini. For initial php programs you don't need to set the pages.
Later you need it for cookies and other image file storing location. But for beginning it is enough.
for other problem you can consult me. I am also a beginner. But I will try my best to solve your problem. All the best.
The Following User Says Thank You to anup_prakash36 For This Useful Post: