Re: using the forum _inside_ another php script [message #16083 is a reply to message #16079] |
Tue, 13 January 2004 18:07 |
|
hello-world
Messages: 47 Registered: December 2003
Karma:
|
Member |
|
|
Hey I got it.
Cookies are not passed through a call to readfile().
So I do a cookie processing before that and convert it into session
variables and call fudforum as
readfile(http://fudforum/?djlf. "&S=" . _COOKIE["$GLOBALS['COOKIE_NAME']").
It works fine. Absolutely. It has to anyway.
But I need to know what is the "SQ" variable, and how to create it using the cookie values.
And I am sorry to post like this in bits and pieces, but I am fucking learning the damn php along
the way.
Thanks a lot.
[Updated on: Tue, 13 January 2004 18:11] Report message to a moderator
|
|
|