Re: [PHP-WIN] Mysql and Textarea (Please help me figure out this problem. I' m stuck. Please help me!!! )

2007-05-23 Thread bedul
From: "Birt.Ecplipse" <[EMAIL PROTECTED]> To: Sent: Wednesday, May 23, 2007 5:03 PM Subject: Re: [PHP-WIN] Mysql and Textarea (Please help me figure out this problem. I' m stuck. Please help me!!! ) > Looks like a problem in the definition of the TEXTAREA NAME. > The echo state

Re: [PHP-WIN] Mysql and Textarea (Please help me figure out this problem. I' m stuck. Please help me!!! )

2007-05-23 Thread Birt.Ecplipse
our var] in this script.. > not simple but worked.. > > other option > > $_HTTP_POST_VARS[your var] > > > - Original Message - > From: "sam rumaizan" <[EMAIL PROTECTED]> > To: > Sent: Wednesday, May 23, 2007 4:13 AM > Subject: [PHP-WIN] Mysql

Re: [PHP-WIN] Mysql and Textarea (Please help me figure out this problem. I' m stuck. Please help me!!! )

2007-05-22 Thread bedul
use $_POST[your var] in this script.. not simple but worked.. other option $_HTTP_POST_VARS[your var] - Original Message - From: "sam rumaizan" <[EMAIL PROTECTED]> To: Sent: Wednesday, May 23, 2007 4:13 AM Subject: [PHP-WIN] Mysql and Textarea (Please help me figure

[PHP-WIN] Mysql and Textarea (Please help me figure out this problem. I' m stuck. Please help me!!! )

2007-05-22 Thread sam rumaizan
I'm just a php beginner. So please be patient with my stupid questions. What am I missing in this code that causing the function can’t update the textarea? Update button erase the old information from mysql database and replace it with nothing. Basically it can’t read what is inside

Re: [PHP-WIN] Mysql and Textarea

2007-05-22 Thread Mikael Grön
Is it just me or are you missing a tag? That'd explain the form not posting... Mike sam rumaizan skrev: I'm just a php beginner. So please be patient with my stupid questions. What am I missing in this code that causing the function can’t update the textarea? Update button eras

[PHP-WIN] Mysql and Textarea

2007-05-22 Thread sam rumaizan
I'm just a php beginner. So please be patient with my stupid questions. What am I missing in this code that causing the function can’t update the textarea? Update button erase the old information from mysql database and replace it with nothing. Basically it can’t read what is insi