Today at 08:13 PM filburt1 said this in Post #6 As I said:
No offense but I am well aware how to read and as I stated, I know its suppose to but its not pulling it for some reason. I am not totally stupid on hacks, etc for vb so its not even that.
This is the code in forumhome_lastpostby:
PHP Code:
by <a href="$forumsurl/member.php?s=$session[sessionhash]&action=getinfo&userid=$lastpostuserid"><b>$forum[lastposter]</b></a>
This is whats in $forumsurl:
PHP Code:
http://www.xxx.com/beta
This is the url it gives when called on index.php:
PHP Code:
http://www.xxx.com
-----------------
Its as if it see's the "/" after $forumsurl and goes to the root of the address. Almost as if $forumsurl is not defined but its called everywhere else I have it but here.