Wil Hitchman wrote:
> I created a web form in PHP and used a couple of email addresses. The
> only email address that worked when I submitted to the form (for testing
> purposes) was my Yahoo address. My AOL, hotmail and other work addresses
> did not work. Can someone tell me why?
Technically,
Use an array
1
2
3
$numberofitemids=count($itemid);
echo $itemid[0]; // == 1
echo $itemid[1]; // == 2
echo $itemid[2]; // == 3
cheers
-Original Message-
From: Alia Mikati [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 17, 2002 2:20 AM
To: [EMAIL PROTECTED]
Subject: [PHP] Forms in PH
On Thursday, April 11, 2002, at 09:17 PM, Jennifer Downey wrote:
> Now I have a weird problem. I am using this code and can't understand
> why it
> doesn't work.
> When the script is run it returns a blank page, no error or done.
>
> here it is and any help would be appreciated.
>
> if(($type
3 matches
Mail list logo