i have given the for each thing ago, and i am just to dumb to work it out. i have attached the csv file, it is just a comma dilimated file. i will show you the code that created the code in the check box in the first place:
<td>
<input type='checkbox' name='$courseinfo[]' value='$s' onclick='calculate_total($cost, this)'>$course_name
</td>
thats in the first php file then in the next file '$courseinfo[]' needs to be called so that i can search the csv file (courses.csv) for the information corrisponding to the array.
if you want to see what i have done (sorta you cant actually see craft2.php cause there are errors) go to: www.deakin.edu.au/~kcau/craft1.php
thanx
Kat