Re: [PHP] Is there no one who can help me out there.

2001-09-18 Thread Mark
On Tue, 18 Sep 2001 16:29:21 -0700 (PDT), John Holcomb wrote: >I have a text input field in my form. I need the user >to be able to enter something like: Hello, I need # >help. After which they click on a submit button. The >succeeding page then takes this text and tries to >display it and tri

Re: [PHP] Is there no one who can help me out there.

2001-09-18 Thread David Robley
On Wed, 19 Sep 2001 08:59, John Holcomb wrote: > I have a text input field in my form. I need the user > to be able to enter something like: Hello, I need # > help. After which they click on a submit button. The > succeeding page then takes this text and tries to > display it and tries to stor

Re: [PHP] Is there no one who can help me out there.

2001-09-18 Thread Rebecca Donley
in ASP you could just use a "replace" function. Rebecca >From: John Holcomb <[EMAIL PROTECTED]> >To: Rebecca Donley <[EMAIL PROTECTED]> >Subject: Re: [PHP] Is there no one who can help me out there. >Date: Tue, 18 Sep 2001 16:48:29 -0700 (PDT) > >Thank you.

Re: [PHP] Is there no one who can help me out there.

2001-09-18 Thread John Holcomb
id=" . $row[0] . "#" . strtolower($row[1]) . > '">'; > > > When I did this I had no problem passing the entire > string without the end > being interpreted as a comment. > Rebecca > > > >From: John Holcomb <[EMAIL PROTECTED]> > >T

Re: [PHP] Is there no one who can help me out there.

2001-09-18 Thread Rebecca Donley
e entire string without the end being interpreted as a comment. Rebecca >From: John Holcomb <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: [PHP] Is there no one who can help me out there. >Date: Tue, 18 Sep 2001 16:29:21 -0700 (PDT) > >I have a text input field in

Re: [PHP] Is there no one who can help me out there.

2001-09-18 Thread Jason Bell
EMAIL PROTECTED]> Sent: Tuesday, September 18, 2001 4:29 PM Subject: [PHP] Is there no one who can help me out there. > I have a text input field in my form. I need the user > to be able to enter something like: Hello, I need # > help. After which they click on a submit button. T

[PHP] Is there no one who can help me out there.

2001-09-18 Thread John Holcomb
I have a text input field in my form. I need the user to be able to enter something like: Hello, I need # help. After which they click on a submit button. The succeeding page then takes this text and tries to display it and tries to store "Hello, I need # help" in a varchar field in a mysql ta