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,
Hi,
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?
Thanks,
Wil
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
Hello
I hope u can help me with this problem. I dont know if it is possible to
do it. I'm using PHP and XML to generate the folowing HTML:
...
1
...
2
...
3
...
...
I want to use PHP to count the number of $itemid in this file. Is it
possible? And how?
Thx a lot
--
PHP General Mailing List
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
Hi all,
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 == book) or ($type == weapon)){
echo "";
echo "";
echo "Put
6 matches
Mail list logo