Re: how to delete part of string

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

 



I guess you mean GET parameters instead of POST.

$string = preg_replace('/^(.*?)&id=/', '&id=', $_SERVER['QUERY_STRING']);

Don't know, if that's exactly what you wanted.

Greetings from Germany

Marc


Grega Leskovsek wrote:
I have a POST string field and I want to skip some & fields before &id=
How do I simply delete
operation=nekaj&price=fddf&id=de&id=ta ...
into
&id=de&id=ta ...

Thanks in advance,


--
Synchronize and share your files over the web for free
http://bithub.net/

My Twitter feed
http://twitter.com/MarcSteinert





--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux