Re: [PHP] Form Problem

2002-01-24 Thread Mike Frazer
Here's a sidenote to the whole script: save your server a little load by removing the print statements. PHP is an embedded language; if you need to print something just break from PHP processing with a ?> tag and use standard HTML. You can embed to print individual variables. If you are using

Re: [PHP] Form Problem

2002-01-23 Thread Jason Wong
On Thursday 24 January 2002 10:47, Michael P. Carel wrote: > Hi there, > > I have a problem here regarding the form table name variable (i.e name=Process type text>), when i used Href tags to send the variable in the > next script it does'nt recognized the $Process variable. I've tried the > the

RE: [PHP] Form Problem

2002-01-23 Thread Martin Towell
somewhere in the form put: -Original Message- From: Michael P. Carel [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 24, 2002 1:48 PM To: php Subject: [PHP] Form Problem Hi there, I have a problem here regarding the form table name variable (i.e ), when i used Href tags to send t

Re: [PHP] Form Problem

2002-01-09 Thread Jason Wong
On Thursday 10 January 2002 03:30, Chris Kwasneski wrote: > I'm having a problem with a HTML form. When it gets submitted, I keep > getting an undefined variable error message. And a blank page (aside from > a 'Hi' written on it...). I don't think its a problem with my install of > PHP as othe

Re: [PHP] Form Problem

2002-01-09 Thread Richard Crawford
The presence of the final / in the line makes the page XHTML compliant. It should be left in, and it has no effect whatsoever on the functionality of the input tag. In fact, it should be included in the < input type="text" > tag as well. I can't find a darn thing wrong with your script. Yo

RE: [PHP] Form Problem

2002-01-09 Thread Pavel Kharitonov
I had the same problem happen to me a couple of days ago. A form that has been working has stopped working all of a sudden - all fields would be submitting as blank (undefined). Unfortunately, I was not able figure out what the problem was :-( I got it down to the line that was causing my form t

Re: [PHP] Form problem...

2001-03-17 Thread rm
stripslashes should work in most cases, something like $text=stripslashes($text); before it goes to email rm __ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/ -- PHP General Mailing List (http://w

Re: [PHP] FORM problem

2001-01-10 Thread Joe Stump
Have you tried looking at addslashes() ??? Or am I not understanding the problem here. Just remember to deliminate the "'s and ''s before entering them into the db. --Joe On Wed, Jan 10, 2001 at 08:19:24PM -0500, Romulo Roberto Pereira wrote: > Hello! > > I am having a problem when people copy