Re: [PHP] Forms In PHP

2004-12-10 Thread Richard Lynch
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,

[PHP] Forms In PHP

2004-12-09 Thread Wil Hitchman
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

RE: [PHP] Forms in PHP

2002-04-18 Thread Demitrious S. Kelly
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

[PHP] Forms in PHP

2002-04-17 Thread Alia Mikati
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

Re: [PHP] Forms in PHP

2002-04-12 Thread Erik Price
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

[PHP] Forms in PHP

2002-04-11 Thread Jennifer Downey
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