|
From: Jonathan A. <ja...@ce...> - 2002-12-28 18:53:44
|
Hello Mike, On Saturday, December 28, 2002, Mike Leone wrote... >> I think maybe some more research for you might be required into >> HTML. Webmail contains a frameset (see above code) which then loads >> up two different pages, which you won't see by looking at the >> output of webmail.php. > That's the webpage I get back, after putting in login name and > password on the SM login screen. It comes back with only > webmail.php, and that is the only HTML that is in the URL. Frames don't change the URL. The webmail.php will be the only page being displayed in the URL. As somebody suggested, check to make sure you have show_errors set to On in your php.ini file, and restart apache... then try again. You might have an error that isn't being displayed. -- Jonathan Angliss (ja...@ce...) |