Re: using the forum _inside_ another php script [message #16083 is a reply to message #16079] |
Tue, 13 January 2004 18:07 ![Go to previous message Go to previous message](/forum/theme/default/images/up.png) ![Go to next message Go to previous message](/forum/theme/default/images/down.png) |
![](/forum/images/custom_avatars/1273.gif) |
hello-world
![India India](/forum/images/flags/in.png) 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
|
|
|