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?

Link to comment
Share on other sites

$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?

Link to comment
Share on other sites

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 :(

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.