Quote:
Originally Posted by V_RocKs
This is because $offset isn't holding a value.
How is offset being passed to your script?
If it is by the address (GET) then you need something like:
Code:
$offset = $_GET['offset'];
This is because your server might have register globals turned off for security reasons.
|
It's not the server. Scripts running fine on the main page.
So I have this text tgp for a bit on domain.com then decided to add a blog on domain.com/blog and now I'm trying to include the script in a blog post or a blog page so I can move blog to domain.com & still have the text tgp present on the site.