php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #24444 Problem with argument
Submitted: 2003-07-01 13:48 UTC Modified: 2003-07-01 15:05 UTC
From: benjamindeliege at hotmail dot com Assigned:
Status: Not a bug Package: Scripting Engine problem
PHP Version: 5.0.0b1 (beta1) OS: Win 98 + Apache
Private report: No CVE-ID: None
 [2003-07-01 13:48 UTC] benjamindeliege at hotmail dot com
Description:
------------
Hello,

In php 4 when i called a page with : index.php?id=355

"id" take the value "355"

But with php 5 when I call this same page with the same argument, id don't take any value... 

I don't know if it's a bug, I hope because it's very easy to call page with argument by this way...

Benjamin Deliege...


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-07-01 13:55 UTC] sniper@php.net
Works fine here. Try $_GET['id']..

 [2003-07-01 13:56 UTC] postings-php-net at hans-spath dot de
Let me guess, you have "register_globals = off" in your php.ini?
 [2003-07-01 15:05 UTC] benjamindeliege at hotmail dot com
I have register_globals = On in my php.ini, in php4 I have register_globals = On too... and it worked...

I have try with register_globals = On and off, but any worked

So i have try php5 with the php.ini of my php4 but it doesn't work too... 

There is maybe a problem only on win98 with apache :d (I know nobody use this config for a server, nobody exept me)

If it work on your server, can you send me your php.ini (benjamindeliege@hotmail.com)... And i ll try...

Thanks

Benjamin
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Sep 18 21:01:26 2024 UTC