hello there...
I am hitting my head on a wall at this point. I hope this is easy, and I'm just clueless.
As I work on my website, I have found that in order to stay loggen in, you have to have &sid=#### on the end of the URL. Well, I am using DHTML QuickMenu. It uses a seperate .js file for the links. Since I can't just tack on the $sid to the end of the url in the javascript, i am left hopelessly trying to figure it out.
- i tried making the .js file .js.php, then adding apply_sid(http://blahblah) ?> - this didn't work because the browser doesn't like referencing a js that ends in .php.
- i do not know of a way to keep the login /without/ keeping the sid on the end.
- note that i am using the login from PhpBB.
Check out my "beta" news page:
http://www.freakcentral.com/1102.php?a=news
current page: http://www.freakcentral.com
The other question I have is how can I get the entire address of the durrent file being viewed? (for instance, the address above) .. This is so that I can have the login redirect BACK to the page they logged in from.
I will post this to
webdev and to
php
Thanks!
Jack
As I work on my website, I have found that in order to stay loggen in, you have to have &sid=#### on the end of the URL. Well, I am using DHTML QuickMenu. It uses a seperate .js file for the links. Since I can't just tack on the $sid to the end of the url in the javascript, i am left hopelessly trying to figure it out.
- i tried making the .js file .js.php, then adding apply_sid(http://blahblah) ?> - this didn't work because the browser doesn't like referencing a js that ends in .php.
- i do not know of a way to keep the login /without/ keeping the sid on the end.
- note that i am using the login from PhpBB.
Check out my "beta" news page:
http://www.freakcentral.com/1102.php?a=news
current page: http://www.freakcentral.com
The other question I have is how can I get the entire address of the durrent file being viewed? (for instance, the address above) .. This is so that I can have the login redirect BACK to the page they logged in from.
I will post this to
webdev and to
phpThanks!
Jack