On Thu, 2003-09-25 at 15:39, Dan J. Rychlik wrote:
> Oh, so its the same as reading post data from form fields. Cool. That
> makes it easy.
For the most part, but only the button submitted will be posted to your
web server which is why you need to check for isset()
Cheers,
Rob.
--
.---
ber 25, 2003 2:38 PM
Subject: RE: [PHP] Reading Form Buttons
> If(isset($_post['update'])) {
> do something;
> }
>
> If(isset($_POST['delete'])) {
> do something;
> }
>
> Jeff
>
> > -Original Message-
> > From: Dan J. Rychlik [mailto:[E
If(isset($_post['update'])) {
do something;
}
If(isset($_POST['delete'])) {
do something;
}
Jeff
> -Original Message-
> From: Dan J. Rychlik [mailto:[EMAIL PROTECTED]
> Sent: Thursday, September 25, 2003 3:35 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP] Reading Form Butto
3 matches
Mail list logo