Jump to content

Wierd characters... really confused.


karimali831

Recommended Posts

Yh I noticed that, now I am getting this all over the page (repeating)

 

clans&action=clanregister&cupID=24&clanID=325.$uri.">Team -X1-clans&action=clanregister&cupID=24&clanID=353.$uri.">fabricclans&action=clanregister&cupID=23&clanID=325.$uri.">Team -X1-clans&action=clanregister&cupID=23&clanID=353.$uri.">fabricclans&action=clanregister&cupID=22&clanID=325.$uri.">Team -X1-clans&action=clanregister&cupID=22&clanID=353.$uri.">fabricclans&action=clanregister&cupID=21&clanID=325.$uri.">Team -X1-clans&action=clanregister&cupID=21&clanID=353.$uri.">fabricclans&action=clanregister&cupID=20&clanID=325.$uri.">Team -X1-clans&action=clanregister&cupID=20&clanID=353.$uri.">fabricclans&action=clanregister&cupID=19&clanID=325.$uri.">Team -X1-clans&action=clanr

 

I need it to printe decode it on value = <option value="'.$uri.'">

any ideas?

$uri = 'clans%26action%3Dclanregister%26cupID%3D'.$dl['ID'].'%26clanID%3D'.$dm['clanID'].'';
$uri = urldecode($uri);

		$clan .= '<option value="'.$uri.'">'.getclanname($dm['clanID']).'</option>';

 

Thanks for your help... but still no luck with the above code :(

It does decode but not from option value?

Can you show how I can do this?

 

when you select :

<option value="'.$uri.'">

 

It will open

 

$uri = 'clans%26action%3Dclanregister%26cupID%3D'.$dl['ID'].'%26clanID%3D'.$dm['clanID'].'';
$uri = urldecode($uri);

 

and show as clans%26action%3Dclanregister%26cupID%3D21%26clanID%3D325

so it don't work on dropdown :(

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.