Can someone tell me what is wrong with this code? I get no errors and no output. Thanks.
<?php
if (isset($_POST['submit'])) {
$lastname=htmlentities($_POST['lastname']);
}
$c = oci_connect('user', 'password', '//server/DB');
$s = oci_parse($c, "select EMP_KEY, EMP_FIRST_NAME...