RE: [PHP] textarea vs. type=text data difference?

2004-10-11 Thread Gryffyn, Trevor
[mailto:[EMAIL PROTECTED] Sent: Sunday, October 10, 2004 3:29 PM To: PHP Subject: [PHP] textarea vs. type=text data difference? I have a form with both textarea and text type fields. I submit it and do some processing on identical data and get different results. What's up

Re: [PHP] textarea vs. type=text data difference?

2004-10-10 Thread Sam Smith
can think off the top of my head is maybe line break? - Original Message - From: Sam Smith [EMAIL PROTECTED] To: PHP [EMAIL PROTECTED] Sent: Sunday, October 10, 2004 3:28 PM Subject: [PHP] textarea vs. type=text data difference? I have a form with both textarea and text

Re: [PHP] textarea vs. type=text data difference?

2004-10-10 Thread Greg Donald
On Sun, 10 Oct 2004 12:28:53 -0700, Sam Smith [EMAIL PROTECTED] wrote: I have a form with both textarea and text type fields. I submit it and do some processing on identical data and get different results. What's up with that. No idea since you didn't post any code. -- Greg Donald Zend

Re: [PHP] textarea vs. type=text data difference?

2004-10-10 Thread Minuk Choi
] Sent: Sunday, October 10, 2004 4:25 PM Subject: Re: [PHP] textarea vs. type=text data difference? ##The data is the same. I've been up a long time. BUT something is still very weird. Doc1.php (loaded in web browser) //contents of Doc1.php include functions.php include formProcessor.php include

Re: [PHP] textarea vs. type=text data difference?

2004-10-10 Thread Sam Smith
- Original Message - From: Sam Smith [EMAIL PROTECTED] To: PHP [EMAIL PROTECTED] Sent: Sunday, October 10, 2004 4:25 PM Subject: Re: [PHP] textarea vs. type=text data difference? ##The data is the same. I've been up a long time. BUT something is still very weird. Doc1.php