Jump to content

preg_replace question


monkeybidz

Recommended Posts

Is there a way to use this so that when I do a searchit replaces a words like: Tim Bryon to Tim+Bryon? In other words, I need to make it replace any spaces between words to a + sign.

 

This is the code I am using now:

 

echo "<a href=\"http://www.mysite.com/search.php?query={$row['title']}&search=1\">{$row['url']}</a><br>" .
          "{$row['title']} <br>" . 
          "{$row['description']} <br><br>";
    
}

 

The purpose of this is to take users to another page where query is already in the url box and ready for search.

Link to comment
https://forums.phpfreaks.com/topic/195491-preg_replace-question/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.