Well if you want to store information (such as a site member's information -- name, e-mail, phone, etc.), I'd recommend you use a SQL table to do so. (google phpMyAdmin). If you want to display any SQL information back to that user, then you'll need to connect to the SQL database via PHP to...