I have created a db and one field is defined as a blob. I am using a textarea as the input to this blob field. I have found that the textarea is not transferring the data from the form to the $POST statement. Following is the code that I am using for the textarea:
<textarea type=text name=banner rows="10" cols="60"></textarea>
Need your help.
Thanks
Eric
MYsql - PHP blog problems
Moderator: General Moderators
- Buddha443556
- Forum Regular
- Posts: 873
- Joined: Fri Mar 19, 2004 1:51 pm
Re: MYsql - PHP blog problems
Are you actually using "$POST" in the script? If so it should be $_POST with the underline. I was doing that samething yesterday.cmadsen wrote:I have created a db and one field is defined as a blob. I am using a textarea as the input to this blob field. I have found that the textarea is not transferring the data from the form to the $POST statement. Following is the code that I am using for the textarea:
<textarea type=text name=banner rows="10" cols="60"></textarea>
Need your help.
Thanks
Eric
Welcome to phpDN!
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA