Will wrote:
Eugene,
Thank You much :) I really appreciate it!!!
Will
PS: I am curious on other guys and gals would do this code.
The way php allows for including of files, I tend to try and keep my
html and php seperate...but that's just personal. The method Eugene
suggested is also fine
Will wrote:
John,
I have that script:
$sql = "UPDATE $table_name5 SET
care_id = '$_POST[care_id]',
date = '$_POST[date]',
common = '$_POST[common]',
notes = '$_POST[notes]'
WHERE notes_id ='$_POST[notes_id]'";
$result = @mysql_query($sql,$conn) or die(mysql_error());
header("
Eugene,
Thank You much :) I really appreciate it!!!
Will
PS: I am curious on other guys and gals would do this code.
Eugene Lee wrote:
On Sat, Oct 18, 2003 at 01:27:05AM -0400, Will wrote:
:
: Thanks for the code but it comes up a parse error. I know I am new, but
: this is driving me cr
On Sat, Oct 18, 2003 at 01:27:05AM -0400, Will wrote:
:
: Thanks for the code but it comes up a parse error. I know I am new, but
: this is driving me crazy!!! :(
: Here is the code that I am working with:
:
: $display_block = "
:
:
:
:
:
:
: ||Cage No.: $care_id | Common Name:
: $common
Thanks for the code but it comes up a parse error. I know I am new, but
this is driving me crazy!!! :(
Here is the code that I am working with:
$display_block = "
||Cage No.: $care_id | Common Name:
$common||
Date:
echo "Notes:\n
" .
htmlentities($notes) . "\n";
";
I know it does not
On Sat, Oct 18, 2003 at 12:24:44AM -0400, Will wrote:
:
: John W. Holmes wrote:
:
: >Will wrote:
: >
: >>I have a question on echoing text from a database into a form. The
: >>database is populated but it does not show up in the modify script
: >>page. Can someone help me??
: >>
: >>Here is the
John,
I have that script:
$sql = "UPDATE $table_name5 SET
care_id = '$_POST[care_id]',
date = '$_POST[date]',
common = '$_POST[common]',
notes = '$_POST[notes]'
WHERE notes_id ='$_POST[notes_id]'";
$result = @mysql_query($sql,$conn) or die(mysql_error());
header("Location:
Will wrote:
That worked great!! But how do I get the info from the modify script
back into the database?? With that code: $value
It does not populated the database with the new text that was modified.
Is there another way to do it?? I am learning PHP on my own so bare
with me.
Will
You'll
That worked great!! But how do I get the info from the modify script
back into the database?? With that code: $value
It does not populated the database with the new text that was modified.
Is there another way to do it?? I am learning PHP on my own so bare
with me.
Will
John W. Holmes wro
Will wrote:
I have a question on echoing text from a database into a form. The
database is populated but it does not show up in the modify script
page. Can someone help me??
Here is the code that I am using:
Notes:
There is no "value" attribute for a textarea...
$value
--
---John Holmes...
MAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP] text area question
Your textarea should be:
and not
Angelo Zanetti wrote:
Hi this is slightly off topic but i hope i will be forgived.
I have a textarea and whenever my page loads and I click in
it the cursor
nevers starts at the very be
wever, many electrons were terribly inconvenienced.
> -Original Message-
> From: Marek Kilimajer [mailto:[EMAIL PROTECTED]
> Sent: Friday, August 22, 2003 07:08 AM
> To: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> Subject: Re: [PHP] text area question
>
Your textarea should be:
and not
Angelo Zanetti wrote:
Hi this is slightly off topic but i hope i will be forgived.
I have a textarea and whenever my page loads and I click in it the cursor
nevers starts at the very beginning and I have to push the backspace buttton
until i get to the start
check out strip_slashes() or stripslashes() [can never remember which one!!]
in the manual.
Justin French
on 01/08/02 5:50 AM, Nathan Kline ([EMAIL PROTECTED]) wrote:
> this seems so obvious yet it is giving me problems.
>
> I have a text area in a form that is passed to a php page to be
> w
addslashes($st); before you put the string into the d-base
stripslashes($str); after you retrieve the string from the d-base
Otherwise MySQL is going to do its best to limit the illegal characters on
its own. :)
-Kevin
- Original Message -
From: "Nathan Kline" <[EMAIL PROTECTED]>
To: <[E
If it adds the slashes, before u echo it back out, try stripslashes($var)
first
Jason Reid
[EMAIL PROTECTED]
--
AC Host Canada
www.achost.ca
- Original Message -
From: "Nathan Kline" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, July 31, 2002 1:50 PM
Subject: [PHP] text ar
www.php.net/stripslashes
---John Holmes...
- Original Message -
From: "Nathan Kline" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, July 31, 2002 3:50 PM
Subject: [PHP] text area with quotes
> this seems so obvious yet it is giving me problems.
>
> I have a text area in
i take it you input this into a hence the subject
try this
this should carry over the formatting into the cariable or how ever your
store it
Thank You,
Jon Yaggie
www.design-monster.com
And they were singing . . .
'100 little bugs in the code
100 bugs in the code
fix one bug, compile
18 matches
Mail list logo