OK, after several attempts I got wamp to insatll and both services run ok, I am now using it as my testing server for my dreamweaver and things are ok apart from the fact that it doesn't seem to obey any php commands.. An exapample is the fact that my dreamweaver sites all use a require once cammand to pull in the header etc etc. it simply doesn't do it...
I made a simple page using notepad that said
<?
echo ("Hello there!"
;
?>
saved it as test.php and then went to
[
localhost]
and all i get is a blank page, so it does seem to prove that the php aint working...
Any thoughts?
Cheers