ID: 14874 Updated by: elixer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: *General Issues Operating System: windows xp PHP Version: 4.1.0 New Comment:
Bogusify. Previous Comments: ------------------------------------------------------------------------ [2002-01-05 11:31:45] [EMAIL PROTECTED] i fixed the problem... i guess some part of my php.ini was curropt, i replaced it and everything worked fine ------------------------------------------------------------------------ [2002-01-05 11:08:23] [EMAIL PROTECTED] <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 this 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]