Jump to content

trickzjen23

Members
  • Content Count

    2
  • Joined

  • Last visited

Posts posted by trickzjen23


  1. I posted this to help others who's having the same problem making another column within the table. Basically you should specify the column first and then rows. The following should help you add rows and columns in a table:

     

     

    <table><tr><td>Name</td><td>Description</td><td>Additional header</td></tr></tr><td><?php echo htmlspecialchars($item->item_name) ?></td><td><?php echo htmlspecialchars($item->item_desc) ?></td><td>Additional header result.</td></tr></table> 
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.