[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

php4 parameter problems



Hello,
I have a testing url like:
http://host.domain.com/test.php?111+222+&test_par=aaa&;

then in test.php, I can get
111 as argv0
222 as argv1
&test_par=aaa& as argv3

but I can't get the value of $test_par, which should be aaa


I found when I get the php4 source and compile myself, it is ok. But if I use
official Debian .deb, I got this problem.

Is there anything wrong?

I am running Debian2.2r4:

me:~ #dpkg -l | grep php
ii  php4           4.0.100-1      A server-side, HTML-embedded scripting langu
ii  php4-mysql     4.0.100-1      MySQL module for php4


Idea?

-- 
Patrick Hsieh--<pahud@ezplay.tv>



Reply to: