Jump to content

cjaffar

Members
  • Posts

    3
  • Joined

  • Last visited

cjaffar's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. no, sir. try <!-- your html tags will come here together with all input, form, etc. --e.g. <form> Username: <? echo $user; ?> note; you will have to use echo to read each input/output --><textarea><?php echo $profile; // i assume it's only only the interest field ?></textarea> your mysql_query code will come after the 'submit' button is clicked. did it help??
  2. try using <textarea> <?php //code inputting data from the table; ?> </textarea>.
  3. on w3schools.com i was reading a tutorial on xhtml. there, it states some attribues not valid in base, head, html, meta, param, script, style, and title elements - especially the id attribute. i then was looking at w3.org. i came across the following in chapter 'C.14. Referencing Style Elements when serving as XML'"In HTML 4 and XHTML, the style element can be used to define document-internal style rules. In XML, an XML stylesheet declaration is used to define style rules. In order to be compatible with this convention, style elements should have their fragment identifier set using the id attribute, and an XML stylesheet declaration should reference this fragment"misleading tutorial ??? help
×
×
  • Create New...