num_rows()>0)
{
$p=$pro->row();
$id=$p->id;
$date=$p->date;
$name=$p->projectName;
//$code=$p->faculty;
$studentId=$p->studentId;
$semesterId=$p->semesterId;
$subjectId=$p->subjectId;
$code=$p->code;
$departmentId=$p->departmentId;
$description=$p->description;
$video=$p->vedio;
$driveLink=$p->driveLink;
$image=$p->image;
} ?>