Hi there, There was this topic on the list as I can remember, just cannot find it...
I have an external application (namely a forum) which I want to embed into a midgard page; that is, put out the midgard style, and include the forum in the middle. Unfortunately, there is 2 problems with this: first, there are cookies and other header stuff which the app wants to send. I can handle these, as it is not so much modification, anyway, I can use ob_start() etc. functions also. The second problem is bigger: I had the idea to create an active page, and use fopen() to execute the needed external pages (I can configure the app to create it's URLs appropriate for this, at least I hope ;-). The problem with this is that I cannot pass the POST-ed form variables, which uses the app extensively. Now I am completely lost, fearing of I cannot use this approach... What can I do? Bye: Circum --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
