I am sure that I will get some flack from someone in this forum but here goes anyway. I am getting a parse error on the line that contains the php statement and I cannot see it. Anyone have any suggestions?
<form name="AddRecord" method="post" action="do_addOwners.php" enctype="multipart/form-data">
<table border="0" cellspacing="3" cellpadding="3" width="100%">
<tr>
<td class="TextBold-Black-Med" width="40%" bgcolor="#00008D"><b><font color="#FFFFFF" face="Arial, Helvetica, sans-serif" size="2">Owner
ID (Do not change this field)</font></b></td>
<td class="featuretext" colspan="5" bgcolor="#00008D" width="60%">
<b><font color="#FFFFFF" face="Arial, Helvetica, sans-serif" size="2">
<input type="text" name="OwnerID" size="9" maxlength="9"> <?php select nextval('OwnerID') ?>
</font></b></td>
</tr>
Thanks,
Michelle