开发者

How do I work with PDT and WAMP

I have installed PDT for Eclipse and WAMP server. I want to know how do i start 开发者_StackOverflow社区writing code in PHP now? What should I do so that WAMP gets all my PHP files? Thanks!


WAMP works by reading the www directory, usually under C:\wamp\www. If you place your own index.php file there you will see it in the browser when you start WAMP and go to http://localhost

In terms of PDT for Eclipse you can simply create your project at C:\wamp\www. Now all your code will exist in the www directory thus giving WAMP access to your project code and allowing you to test your code.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜