Quite having a problem here...
I have an array of student numbers put in a variable.
And this variable will be use to an sql query.
e.g.
sql = "SELECT class FROM tbl_class WHERE studnum = '$array_studnum'";
How can I get that specific student number inside an array for me to use it in a query.
Thanks. Ill wait for your replies : )