Search code examples
html-tablehtml-email

Need assistance with saving a table


I was asked to create a table for my guild on swtor for guild members armor, and I want to be able to set it up so that it will save. I tried using the html style e-mail, but it kept coming up blank.

  1. Directly updating on the page itself.
  2. E-mailing the data to myself.

Solution

  • Since you can't do the things you want to in HTML, I recommend visiting these websites for tutorials on PHP, MySQL database and XAMPP web server:

    php: http://php.net/manual/en/tutorial.php

    MySQL: http://dev.mysql.com/doc/refman/5.0/en/tutorial.html

    XAMPP: http://www.apachefriends.org/en/xampp-windows.html

    You will be able to save the table in the database and email it with PHP.