Recent Topics

1 Aug 04, 2006 21:55    

I have two blog sites running from two databases. In the first, the [url=http://forums.b2evolution.net/viewtopic.php?p=25268#25268]Jump to top of page hack[/url] works great, in every skin. In the second, using the same code, I get a link of "http://#top" in every skin. How can this be??? Any suggestions?

2 Aug 04, 2006 22:47

You should use $_SERVER['HTTP_HOST'] and $_SERVER['REQUEST_URI'] instead. It's the "new" PHP way.

3 Aug 05, 2006 00:12

Great, that works! But I'm still wondering why the other doesn't work for both blog sites.

4 Aug 05, 2006 00:41

Because one of them, where it did not work, has register_globals set to Off.


Form is loading...