From: [EMAIL PROTECTED] Operating system: windows xp PHP version: 4.1.0 PHP Bug Type: *General Issues Bug description: Variables not passing through urls
<html><head><title></title></head><body> <a href="error.php?text=stringtext">Pass Variable Through Url!</a><br /> <? echo "when you click the link \"stringtext\" should display"; echo $ext; ?> </body></html> I’m using window’s XP with foxserv (apache, perl, php, mysql bundle), I upgraded to php 4.1.0 (downloaded from your site and foxserv's site) and it’s not letting me pass variables through urls. For example; I’m developing an image gallery when you click on a thumbnail the browser points to http://127.0.0.1/igallery/fullsize.php?big=826605-001.jpg it goes to the full-size page but the variable is not passed and therefore the image is broken. I also tried it on other scripts I wrote and some I downloaded... I can’t figure it out. Is there a revised way of passing variables in the new release? -- Edit bug report at: http://bugs.php.net/?id=14874&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]