Getting the data out with multiple arguments
I'm quite new to mysql/php so this is probably an easy to solve question for some of you guys but i just can's seem to find it.
I want to extract data from my table using the arguments submitted in a search form.
Is it possible to add these arguments in the WHERE statement that i use to select data from the table?
Of should i work with the result from the query.
For instance: i got a table containg id, coursetype, name, institution.
So if i want to check for all data where coursetype=master and
name LIKE%biology% how should i do this.
Thanx a lot in advance
|