//*** PARSE VARIABLES: //Should be specified by the URL $srt = 1; //Default if nothing is supplied through the URL parse_str($_SERVER['QUERY_STRING'], $output); //Parses URL values into variables if (isset($output['srt'])){$srt = $output['srt'];} //Parsed from URL $recordkey = $srt; //Keyvalue for use in logon button $txlkey = 26; //This value is nescesarry to edit the name and text $titel=$srt; //A sort is always group 22 and can be edited online include ("include_all_updateable.php"); //Includes without any window output include ("include_head.php"); //Entire header include ("/var/www/html/robotigs/includes/include_menu.php"); //Javascript menu include ("/var/www/html/robotigs/includes/include_functions.php"); //*** READ DATA ---------------------------------------------------------------- $qry = ("SELECT * FROM soortonderdeel WHERE id=$srt ;"); $result = pg_query($con1, $qry); while($row = pg_fetch_array($result)){ //Fields accesible by their name foreach( $row AS $key => $val ){ $$key = stripslashes( $val ); } } //*** FROM HERE ON THE TOP LINE STARTS ***************************************** echo ("