View Single Post
  #10 (permalink)  
Old 08-04-2008, 01:47 AM
emnieysh emnieysh is offline
New kid on the block
 
Join Date: Mar 2008
Location: P.jaya
Posts: 6
Rep Power: 0
emnieysh is on a distinguished road
if i enter them(mark) one by one, my system will be inefficient..
can u imagine if i have 30 student n i need to enter one at time..
hehe .

the thing is when the system display records of student (mean i have an array value here) then i post this value to another page n here where the sql statement involve..

here is the sql statement :

$insert = $db->query('insert into marks set
att_id="'.$_POST ['att_id'].'",
lecturerID="'.$_COOKIE['user'].'",
studentID="'.$_POST['studentID'].'",
studentName="'.$_POST['studentName'].'",
courseID="'.$_POST['courseID'].'",
marks="'.$_POST['txt_marks'].'",
name="'.$_GET['attname'].'"');

erm my presentation was on 17 april and panel Aliza(chief),zailani n siva..
huhu..
Reply With Quote