Have installed php 4.05 and mysql 3.23.38 for windows. Have set the apache server correctly, i think, and have put the php directorys in the correct place as far as the server is concerned. My problem is that having accessed a page and chosen a link, if an error has been trapped and you set the heading location back to the original page something seems to screw up the URL and the page is displayed without fonts and attributs assigned to the page.
example http://localhost/index.php - index page
select link to login on URL http://localhost/registration.php and fails returns to index page via command - header ("Location: /index.php");
shows the index page minus all the attributes and the URL says http://localhost/php/registration.php
Bizzare !!
This does not happen when using Linux only windows.
Before some smart alec replies with use the Linux version then, I have no choice but to develope on Windows 2000 (against my better judgement - sorry Bill but it is pants!!)