trikkky
01-26-2012, 09:15 PM
Hi,
I have created an edit page that gets the data from the database and fills in the fields with what is there before editing.
I want the content to be included as well i am using <?php echo $content ?>
Which fills in the required fields with the data I am putting these php tags in the value field, when I put it in the textarea value field it doesn't return the content? what should I do to return the content
The sql type for content is text all the other fields are varchar, does this make a difference.
I have created an edit page that gets the data from the database and fills in the fields with what is there before editing.
I want the content to be included as well i am using <?php echo $content ?>
Which fills in the required fields with the data I am putting these php tags in the value field, when I put it in the textarea value field it doesn't return the content? what should I do to return the content
The sql type for content is text all the other fields are varchar, does this make a difference.