Hi.
I've downloaded the wwwthreads PHP demo and am having problems getting it to work.
Firstly, the 'install' file tells me I need to edit $thispath to the location of my wwwthreads install, whilst 'main.inc.php' tells me I need to change it to the location of my PHP. Well, whatever, I tried both and it still didn't work

What format should I be putting this in? For example, I set this to "/c:/program files/apache group/apache/htdocs/wwwthreads". Is that right?
When I run createtable.php (I've created a table, etc), I get the following errors:
Warning: Failed opening '/c:/progra~1/apache~1/apache/htdocs/wwwthreads/config.inc.php' for inclusion (include_path='') in main.inc.php on line 13
etc...
Looking at 'main.inc.php' again, line 13 is:
include("$thispath/config.inc.php");
Which suggests to me that my path is wrong. Well, it doesn't suggest, it's there in black and white :)
So, my question is: What format should my path be in, and what other variables do I absolutely have to change to make wwwthreads work?
Cheers!