Hope someone has an answer for me...
Here's what's happening:
after authenticating a user I use a header to send him to the main page.... it works just fine on my computer but on any other client computer it gives me and error...
here's a snip of my code...
//this sends user to main after login
header("Location: main.php");
yet for a client computer I get the error msg "failed opening 'C:\inetpub\wwwroot\main.php'for inclusion (include_path=") in Unknown on line 0.
btw something to mention...main.php uses frames...