Hi everyone. This is my first posting to this forum. I am new to php development. Okay, what I have is a table of users (tbluser) with the typical fields (field name words separated with under scores). I also have another table of alias names to be used for the users table, this table has a field for english version of the fields found in the users table (with spaces between words) nices names. This table also has field for the spanish version of the fields found in the users table. Here is what I am trying to do is display the data from the users table, but allow the users of the site to select between english or spanish versions of the column headers pulled from the alias table. Side note, I also have it designed to allow the users to alpha sort columns of their choice by clicking the column header of the column they want sorted. I hope that is enough for someone to go with. I have heard this technique called alias table and also nice names. I hope someone can get me going with a site reference or tutorial. Thank you.
Ben