Brian McGarvie <[EMAIL PROTECTED]> wrote: > Any configuration points to check out? > win2k server, iis5, php 4.2.1...
Do you have register_globals set to on or off? The code you're using needs it to be on for it to work. If that is the problem you would be better off modifying the code to use the new superglobal array $_GET. > <img src="button.php?fg=990000&bg=ffffff&txt=button two" > border="0"><br> What do you get if you go to this URL in a browser directly instead of embedding it inside a page? -- Stuart -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php