[PHP] passing GET parameter that has '' sign

2004-10-13 Thread Suka Ada, I Nyoman
hi, I am wondering how do we pass a GET value that has '' sign.. let's say I have this: process.php?mode=testurl=http://someurl.com/index.php?a=10b=200 that way, process.php will have three variables: $_GET['mode'] ( = 'test' ) $_GET['url'] ( = 'http://someurl.com/index.php?a=10' ) $_GET['b']

Re: [PHP] passing GET parameter that has '' sign

2004-10-13 Thread Suka Ada, I Nyoman
that solved it! thanks alot Stefan. -Guido Stefan Dengscherz wrote: Hello, you might try using the urlencoded version of the '' sign which is '%26'. Works perfectly for me ;) Best regards, -sd On Wed, Oct 13, 2004 at 06:23:25PM +0800, Suka Ada, I Nyoman wrote: hi, I am wondering how do we pass

[PHP] replace a chunk peace of string

2003-12-01 Thread ada
Hi, After ahavuing inseted my vvalues from a local file via : load infile ... I notice a strange peace of string in my fnal field : like : kkv850 select hex(kkv850 ) - 6B6B763835300D0A select hex(a ) - 610D0A always 0D0A at the ends :( I' m on windows, and i didn't manage to destroy this peace

Re: [PHP] replace a chunk peace of string

2003-12-01 Thread ada
What do you mean trim() doesn't work? trim is a basic function that remove spaces on the left and the right at the string : abc-abc -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Howto ? Local/Master Value

2003-10-11 Thread ada
Hi all, I m note a great php config hacker. But I notice thing that i doesnt have to notice before :) In my phpinfo i notice 2 column ; Local Value Master Value http://www.dealgates.com/phpinfo.php So you can make several config judging from the current account ? I dont found anything about