Good morning programmers,
I'm looking to create a live keyword search using PHP, MySQL
Is this possible to do without using Javascript or another programming language?
Any suggestions would be much appreciated
phpnewbie34;11027679 wrote:I'm looking to create a live keyword search using PHP, MySQL Is this possible to do without using Javascript or another programming language?
I'm looking to create a live keyword search using PHP, MySQL Is this possible to do without using Javascript or another programming language?
Well, since PHP and MySQL are "other programming languages," I'd say no, it's not possible.
What do you mean by "live keyword search"? Something like Google's auto-completion in the search bar?
Need to some Ajax to search for keyword without reloading the page. You need to create a separate PHP scrip to process the Ajax request send from JavaScript.