Jump to content

Value of few ascii characters.. Need urgently


siddscool19

Recommended Posts

You can found what those represent by running the following script:

for($i = 90; $i < 100; $i++)
{
    echo "%$i = " . urldecode("%$i").'<br />';
}

Outputs

%90 =

%91 = ‘

%92 = ’

%93 = “

%94 = ”

%95 = •

%96 = –

%97 = —

%98 = ˜

%99 = ™

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.