php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #14874 Variables not passing through urls
Submitted: 2002-01-05 11:08 UTC Modified: 2002-01-05 12:39 UTC
From: pyr0t at yahoo dot com Assigned:
Status: Not a bug Package: *General Issues
PHP Version: 4.1.0 OS: windows xp
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: pyr0t at yahoo dot com
New email:
PHP Version: OS:

 

 [2002-01-05 11:08 UTC] pyr0t at yahoo dot com
<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?

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-01-05 11:31 UTC] pyr0t at yahoo dot com
i fixed the problem... i guess some part of my php.ini was curropt, i replaced it and everything worked fine
 [2002-01-05 12:39 UTC] elixer@php.net
Bogusify.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed May 07 15:01:31 2025 UTC