Hi,
I m using first time url rewriting concept..
i m getting some errors when i used different symbols in url..
$title="sachin's best shots KKR : MI ? ";
here when i use normal text (with out any symbols) ..this is working fine..but, when i use (?,",',:)...page can not be displayed..getting error...
please check the below code...
php code @ link
index-id-<?php echo $tr_id; ?>-name-<?php echo urlencode($title); ?>.htm
.htaccess
RewriteRule index-id-(.*)-name-(.*)\.htm$ index.php?id=$1
plz tell me wat i need to do...
i m struggling 4 last couple of days...