a search engine that searches to my mysql databse
Posted: Wed Apr 02, 2008 12:34 am
please me, i need to create a simple search engine that is capable of searching to my database, i have the idea on doing it on SQL code, something like this (select *.* from mytable where productName like '%' + searchtext1 + '%' ) but how about the other php codes like how can i bring the value of the text box to the php block when i click on the button??
i hope you could help me, thanks
i hope you could help me, thanks