MyBB Community Forums

Full Version: Search code help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i want to create a search using mycode

regular expression
\[search](.*?)\[/search\]

replacement
https://domainname.com/search.php?action=do_search&keywords=$1...


now it seems if i use "&" mycode returns blank, what to use instead of "&"?
Perhaps try & (the HTML-encoded form) instead.
thanks it worked Smile