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
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
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
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
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
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
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
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
8 matches
Mail list logo