I am in the process of writing a script that builds upon user input,
I have some fields that its values need to be quired from the database,
and if no entry fo
In the .php file, before the while condition, you can use this:
array_push($yourarray, array('id'=> 0 ,'name'=> $_GET["term"]));