** Output buffering is when you delay the servers output of headers until you tell php to send them. **
That's interesting but have you tried it?
My limited tests seem to indicate that the headers of the called file are not retrieved by PHP when using include(), require() or even readfile(). So the headers from the administration script which set the cookies that are needed for it to work are still are not available in the PHP script.
** Just trying to figureo out how to get all the links changed for the admin side is the problem now. **
BTW. The URLs for the administration forms look to be pointed to the right place. Just look at the URL in the browser after submitting the form.
JFYI
Dan O.
[This message has been edited by DanO (edited June 28, 2004).]