MyBB Community Forums
Search code help - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Resources (https://community.mybb.com/forum-8.html)
+--- Forum: MyCodes (https://community.mybb.com/forum-117.html)
+--- Thread: Search code help (/thread-239681.html)



Search code help - lkop - 2023-12-03

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 "&"?


RE: Search code help - Laird - 2023-12-03

Perhaps try & (the HTML-encoded form) instead.


RE: Search code help - lkop - 2023-12-03

thanks it worked Smile