For the submit button to work it has to be in a form.

<FORM ACTION="blah_blah.php" METHOD="post">
   <INPUT TYPE="submit">
</FORM>

Hope this helps.

Daniel Clark

> <p><center><input type="submit" name="submit" value="Update
> Data"></center></p>
> ... more code ...
> </table>
> <?
> endif;
> ?>
> </body>
> </html>
> -------------------------------------------------
>
> I don't see any reason for the submit button to not work at all. What
> should I look for now?
> Thanks for the help,
> Chip

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to