Right Choice Success Institute


0){ $row1 = mysqli_fetch_array($result1); echo("

" . $row1['name'] . "


"); // Show teaser if Session is not set otherwise show full course content --> if($_SESSION['Access'] > 1){ // Show - in good standings echo($row1['content']); }else if($_SESSION['Access'] < 2){ // Do not show - did not pay echo("

You do not have access to this page content

"); echo("

You must complete the purchase of a package to gain access

"); ?> You must be logged in to view this content"); echo("
"); } // // // }else{ echo("

No course found with that name

Please select a new course"); }//end if else ?>