Hi all,
I am relatively new in PHP and I have come into a problem, that, I think, is solved by using Javascript
The problem is the following:
I have a form where the user inserts a query, e.g :"Retrieve all tha names of the students".
The next page, which is written in PHP gets the result, e.g: "Nick", "John", "Mary".
What I want to do is to have something like a small box near each name, which the user can tick and then see the student's page for examlpe.
It is sort of a 'select button', and the user can select one or more students to view their pages.
Q1: Is this done with Javascript only or can I use PHP as well?
Q2: Because I don't know anything about Javascript, is there any short code that can do my job easily?
Thanx in advance