[Solved] Tag and search system with autofill

Right, Antonio Laguna is right, but from what I can tell what you need to use is ajax: http://api.jquery.com/jQuery.ajax/ You”ll have to create a textbox and use the onkeyup event to launch an ajax request, every time the user types a key, to display a php file with the given output from the database (in … Read more