Re: Mysql and Textarea

2007-05-22 Thread Hank
On 5/22/07, sam rumaizan <[EMAIL PROTECTED]> wrote: 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 noth

Re: Mysql and Textarea

2007-05-22 Thread Gerald L. Clark
sam rumaizan wrote: 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 ca

Re: Mysql and Textarea

2007-05-22 Thread Baron Schwartz
Hi Sam, sam rumaizan wrote: I'm just a php beginner. So please be patient with my stupid questions. It's OK :-) 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 n

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 ins

Mysql and Textarea

2007-05-19 Thread sam rumaizan
Can someone show me the mysql query statement to update the Text Area (the Text Area is populated with information from mysql) basically I want to allow the user to change or add information to the original data. scroll down to read the code. The text area I need to update is red font. ht