$DT"; $semicolPos = strpos($titleRaw, ";")+1; //get the next char after semi $titleRaw = substr($titleRaw, $semicolPos); $newLinePos = strpos($titleRaw, "\n"); $sub = substr($titleRaw, 0, $newLinePos); $sub = "
$sub
"; $semicolPos = strpos($titleRaw, ";")+1; //get the next char after semi $titleRaw = substr($titleRaw, $semicolPos); $newLinePos = strpos($titleRaw, "\n"); $version = substr($titleRaw, 0, $newLinePos); $version = "
$version
"; $semicolPos = strpos($titleRaw, ";")+1; //get the next char after semi $titleRaw = substr($titleRaw, $semicolPos); $newLinePos = strpos($titleRaw, "\n"); $date = substr($titleRaw, 0, $newLinePos); $date = "
$date
"; $semicolPos = strpos($titleRaw, ";")+1; //get the next char after semi $titleRaw = substr($titleRaw, $semicolPos); $newLinePos = strpos($titleRaw, "\n"); $institution = substr($titleRaw, 0, $newLinePos); $institution = "
$institution
"; return $DT . $sub . $version . $date . $institution; } ?>
Deep Thought
Select Registered or Guest
Registered
Guest
Select Course
Courses
$result"; //when we find a course, put it in the dropdown } } ?>
Log In