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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Thu May 02 18:01:32 2024 UTC