PHP OpenID consumer working! [was: PHP hackers wanted -- here's
a seed]
Matt Mullenweg
m at mullenweg.com
Thu May 26 10:24:13 PDT 2005
Brad Fitzpatrick wrote:
> Your URL modification isn't respecting existing query string:
You can use the WordPress code for this, check out add_query_arg() on
line 1749:
http://trac.wordpress.org/file/trunk/wp-includes/functions.php
It adds and removes query string arguments while respecting existing args.
Parameters:
add_query_arg(newkey, newvalue, oldquery_or_uri) or
add_query_arg(associative_array, oldquery_or_uri)
--
Matt Mullenweg
http://photomatt.net | http://wordpress.org
http://pingomatic.com | http://cnet.com
More information about the yadis
mailing list