PHP: Search in one table and in another

anakin1796

New Member
I am making an autosuggesting function, when the user writes something in the field it stores it in:\[code\]$queryString = $db->real_escape_string($_POST['queryString']);\[/code\]I want it to autosuggest after the users friends. The user
 
Back
Top