Brandon Orther schrieb:
> I made a GD script that made an image with the name of whatever page I was
> in in my web site. I would post info to it like this:
> http://www.domain.com/jpeg-out.php?title=FrontPage what ever I put for
> title it would make the image. After reinstalling php4 on my
Check your settings for track_vars and register_globals and ensure they are
both enabled.
Furthermore, check for the existance of $HTTP_GET_VARS["title"]. If it isn't
there either and both of your ini settings are set correctly, then you can
basically ignore this advice because you are having a d
2 matches
Mail list logo