Smarty Forum Index Smarty
WARNING: All discussion is moving to https://reddit.com/r/smarty, please go there! This forum will be closing soon.

Remove white space and characters from URL in smarty.

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Smarty Forum Index -> General
View previous topic :: View next topic  
Author Message
edge82
Smarty n00b


Joined: 03 Feb 2014
Posts: 1

PostPosted: Mon Feb 03, 2014 6:00 am    Post subject: Remove white space and characters from URL in smarty. Reply with quote

Hi,

I am getting some special characters in URL and want to know how to remove them.

http%3A%2F%2Flocalhost%2Fdemo2%2Findex.php%3Fid_product%3D20%26controller%3Dproduct%26id_lang%3D1

Following is my php function using urlencode and try different possibilities but no result.

Code:

public function hookExtraLeft($params)
{
   global $smarty, $cookie, $link;      
   $id_product = Tools::getValue('id_product');

   if (isset($id_product) && $id_product != '')
   {      
      $product_infos = $this->context->controller->getProduct();
      $smarty->assign(array(
         'product_link' => urlencode($link->getProductLink($product_infos)),
         'product_title' => urlencode($product_infos->name),
      ));
      return $this->display(__FILE__, 'blocksharefb.tpl');
   } else {
      return '';
   }
}


Any idea?

-Thanks
Back to top
View user's profile Send private message
ameerko2u
Smarty n00b


Joined: 17 Jun 2014
Posts: 3

PostPosted: Wed Jun 18, 2014 1:47 am    Post subject: same problem here Reply with quote

i got same problem but, with certine characters like % or ?
it makes spaces and errors with url links then i get page not found 404 error Shocked
Back to top
View user's profile Send private message
U.Tews
Administrator


Joined: 22 Nov 2006
Posts: 5068
Location: Hamburg / Germany

PostPosted: Wed Jun 18, 2014 4:39 am    Post subject: Reply with quote

See http://www.php.net/manual/en/function.urldecode.php
Back to top
View user's profile Send private message
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Smarty Forum Index -> General All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group
Protected by Anti-Spam ACP