HELP changing space/%20 to -
Posted: Sun Jul 12, 2009 10:42 pm
Hallo Sitepoint,
thank you for viewing my post. I need help regarding on replacing or changin space/%20 to -.
<a href="?do=detailpage&cat='.$tab[$i]['cat_id'].'&id='.$tab[$i]['posting_id'].'&title='.$tab[$i]['title'].'">';
if i click the link, it will turn something like this
lioney. sg /index.php?do=detailpage&cat=6&id=14&title=I%20need%20English%20-%20Japanese%20translator
the cat = category
id = posting ID
title = post title
is there anyway to change the space to something like - ?
Please i need some help.
thanks
thank you for viewing my post. I need help regarding on replacing or changin space/%20 to -.
<a href="?do=detailpage&cat='.$tab[$i]['cat_id'].'&id='.$tab[$i]['posting_id'].'&title='.$tab[$i]['title'].'">';
if i click the link, it will turn something like this
lioney. sg /index.php?do=detailpage&cat=6&id=14&title=I%20need%20English%20-%20Japanese%20translator
the cat = category
id = posting ID
title = post title
is there anyway to change the space to something like - ?
Please i need some help.
thanks