Re: [PHP] Variables not getting passed when I post info

2001-04-16 Thread Ulf Wendel
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

Re: [PHP] Variables not getting passed when I post info

2001-04-16 Thread Plutarck
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