hi guys, i am working on a project which require me to create a search function which search through my sql database and then display the datas which are selected.
for example
i have a data list with column : name , address, telephone number, age, gender.
i would need to type in the name and then search and display all data with the same name.
since the name that i type into the searchbox is everchanging, how would i be able to put it into the “WHERE NAME =” command of the sql