Hai
Thanks for the mail advice!
I am in confusion with your code
I add here my code and explain you
if($employee =="University"){
printf("List of Universities");
echo "<br />";
foreach($Query->University as $book) {
foreach($book->University as $uni) {
echo "<br />";
echo "<a href=\"a.php \">$uni</a>";
echo "<br />";
}
}
}
So in this code $uni will output the university names. i have 5 answers.
I am going to click the 3rd university Name. So How can i proceed
I think your code has to be improved little bit. ID, dynamic is it.
Cant I use the name and try to find the complete details.
Cheers
Priya