ilk oluşturulan link
https://www.xxx.xx/B5C76E8BA7B9C3CDA...0C3263C169B38B
ikinci tıklamada
https://www.xxx.xx/501273C2253B55042...2796B00829479A
gibi
7
●848
<html>
<head>
<title>PHP - Encode and Decode URL</title>
</head>
<body>
<h2 style="text-decoration: underline;">rawurlencode()</h2>
<?php
$url = "http://ykyuen.wordpress.com/2009/10/11/密舒的BB/";
print "<p>".rawurlencode($url)."</p>";
?>
<br/>
<h2 style="text-decoration: underline;">rawurldecode()</h2>
<?php
$url = rawurlencode($url);
print "<p>".rawurldecode($url)."</p>";
?>
</body>
</html>sayfaya bastığı zaman şu şekilde oluyor fakat bu da pek iş görecek gibi değil