[PHP] textarea/textarea

2002-03-14 Thread Vlad Kulchitski
Hi, I have the following probably very simple problem. Basically what I need to do is to collect info from the user via 4 steps... like a set of input type(s) throughout STEP 1 of 4 ... STEP 4 of 4... etc... submitted to db on STEP 5. The only problem I have is I need to display textarea on

RE: [PHP] textarea/textarea

2002-03-14 Thread Rick Emery
stripslahses($variable) -Original Message- From: Vlad Kulchitski [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 14, 2002 9:26 AM To: [EMAIL PROTECTED] Subject: [PHP] textarea/textarea Hi, I have the following probably very simple problem. Basically what I need to do is to collect

RE: [PHP] textarea/textarea

2002-03-14 Thread Rick Emery
I mean: stripslashes($variable) -Original Message- From: Rick Emery [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 14, 2002 9:24 AM To: 'Vlad Kulchitski'; [EMAIL PROTECTED] Subject: RE: [PHP] textarea/textarea stripslahses($variable) -Original Message- From: Vlad Kulchitski

Re: [PHP] textarea/textarea

2002-03-14 Thread Erik Price
On Thursday, March 14, 2002, at 10:26 AM, Vlad Kulchitski wrote: The only problem I have is I need to display textarea on step 3, and once again the same textarea on step 4 so that user has another chance to review what s/he's written in and on the fifth page all date submitted to db. The