vigneshn Posted May 21, 2006 Share Posted May 21, 2006 i need to convert [!--quoteo--][div class=\'quotetop\']QUOTE[/div][div class=\'quotemain\'][!--quotec--][a href=\"http://www.centraldirectory.net/showcats.php?sbcat_id=49\" target=\"_blank\"]http://www.centraldirectory.net/showcats.php?sbcat_id=49[/a][/quote]to [!--quoteo--][div class=\'quotetop\']QUOTE[/div][div class=\'quotemain\'][!--quotec--][a href=\"http://www.centraldirectory.net/showcats.php?cat=directories\" target=\"_blank\"]http://www.centraldirectory.net/showcats.php?cat=directories[/a][/quote]i can make use of preg replace functions to remove spaces so no need to worry about that just please do the above modificationie [!--quoteo--][div class=\'quotetop\']QUOTE[/div][div class=\'quotemain\'][!--quotec--][a href=\"http://www.centraldirectory.net/\" target=\"_blank\"]http://www.centraldirectory.net/showcats.php?sbcat_id=[/a][!--coloro:#FF0000--][span style=\"color:#FF0000\"][!--/coloro--]"a cat number"[!--colorc--][/span][!--/colorc--][/quote]to[!--quoteo--][div class=\'quotetop\']QUOTE[/div][div class=\'quotemain\'][!--quotec--][a href=\"http://www.centraldirectory.net/\" target=\"_blank\"]http://www.centraldirectory.net/showcats.php?cat=[/a][!--coloro:#FF0000--][span style=\"color:#FF0000\"][!--/coloro--]"name"[!--colorc--][/span][!--/colorc--][/quote]please i will give you the necessay files please post if you are interestedi did some editing but i got 404 not found pages so the link should work please thank you Quote Link to comment https://forums.phpfreaks.com/topic/10136-url-conversion/ Share on other sites More sharing options...
Orio Posted May 21, 2006 Share Posted May 21, 2006 I am not so sure what you exactly mean, but I [i]think[/i] thats what you need:[code]$var=$_GET['sbcat_id'];switch($var){case 1:header("Location: http://www.centraldirectory.net/showcats.php?cat=X");exit;break;case 2:header("Location: http://www.centraldirectory.net/showcats.php?cat=Y");exit;break;//... And so on[/code]You just need to write it... Quote Link to comment https://forums.phpfreaks.com/topic/10136-url-conversion/#findComment-37769 Share on other sites More sharing options...
NoMansLand Posted May 23, 2006 Share Posted May 23, 2006 im doing the same as him, but im doing mine throuh MySQL so when its added, users can go: site.com/view.php?Date=ddmmyy is it possible to do it that way? Quote Link to comment https://forums.phpfreaks.com/topic/10136-url-conversion/#findComment-38167 Share on other sites More sharing options...
vigneshn Posted May 23, 2006 Author Share Posted May 23, 2006 i am also trying to do with mysql Quote Link to comment https://forums.phpfreaks.com/topic/10136-url-conversion/#findComment-38202 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.