when i make search into this nice site i see it selecting what i was searching for into the result page how can i do that by php ?
How to make selection?
Collapse
X
-
Heya, Smartic.
I would guess (though I couldn't readily prove) that TheScripts uses URL rewriting to make URLs more readable.
For example:
Probably gets turned into something like:
http://www.thescripts. com/forum.php?threa d=701404&search[]=dependent&sear ch[]=drop
Then, it's a simple matter of running through $_GET['search'] and modifying the post text as Mwasif explained.Comment
Comment