My form is giving me a constant error on line 27. It is the middle line in this code.
OpenTable(); echo "<method="post"action="php echo $_SERVER['php_SELF']; echo "<div align="center">";
Full error is below:
Parse error: parse error, unexpected T_STRING, expecting ',' or ';' in /home/thirdadm/public_html/modules/MILPACS/drillreport.php on line 27
OpenTable(); echo '<method="post"action="$_SERVER[PHP_SELF']; echo '<div align="center">';
Is method some tag your making up? Because its not a HTML Tag.
AW! planetsim, you shouldn't scare the newbies. You know what is meant.
It should be
<form name="search" action="<?=$_SERVER['PHP_SELF']?>" method="post">
change the name to siut your needs