I have database called "blogs" with three fields: blog_title, blog_author, and blog_body.
I am working on the section of my webpage where users will be able to alter existing blogs. When the user opens the edit_blog.php page, I want a textbox to be displayed, and, inside the textbox, I'd like the information stored in blog_body to be printed.
How should I do this? I'm having trouble combining the HTML and PHP.
Specific code examples would be appreciated!
2007-02-16
08:52:11
·
5 answers
·
asked by
Anonymous
in
Computers & Internet
➔ Programming & Design