Dumb newbee unable to install this tool ;)

2 messages Options
Embed this post
Permalink
doc.lsd () Dumb newbee unable to install this tool ;)
Reply Threaded More More options
Print post
Permalink
Hi everyone and thanx in advance for your help.

I'm a young php developper and I don't understand how to install this tool.

I've installed FirePHP on Firefox (3.5.2) and that part is OK.

But I'm using WampServer2 on my development PC (Vista32) and I can't figure where to copy the core files (sorry but for me, it's not clear at all i.e. what is called the "root document" directory).

The basic tree is as follow:

c:\wampserver2
c:\wampserver2\alias
c:\wampserver2\apps
c:\wampserver2\bin
c:\wampserver2\help
c:\wampserver2\lang
c:\wampserver2\logs
c:\wampserver2\scripts
c:\wampserver2\tmp
and
c:\wampserver2\www
with
c:\wampserver2\www\my_project1
c:\wampserver2\www\my_poject2
etc.

So, my question is where should I copy the core files?

Is it in the main directory c:\wampserver2\www or is it in each subdirectory c:\wampserver2\www\my_project1 ... c:\wampserver2\www\project2... etc. ?

Sorry for such a dumb question but... Thank you again in advance for your help.

Kind regards.
Christoph Dorn () Re: Dumb newbee unable to install this tool ;)
Reply Threaded More More options
Print post
Permalink
The best way to find out your include path is to run:

<?php

var_dump(get_include_path());


I venture to say it is: c:\wampserver2\www with http://localhost/ pointing to this directory.

For detailed instructions see: http://www.firephp.org/HQ/Learn.htm