add profile

...add a profile Name: ...add a profile
Age: 60
Location: Nowhere
Information  : The html (<td>...</td>) table-cell, wherein this text is contained, is in the file layout.tpl whilst this text is materially included in the file add_profile.php

This system can be easily modified for other usage as for example the Username file could be the page that the webmaster adds and the related Location could be a short text description of the clickable link at its left.
The description in the menu of list_users.php can be also different from the one in the add_profile.php

...see in the list_users.php : [ add ] Nowhereland
... whilst in the add_profile.php will show : 'Nowhere'

Tables and iFrames are allowed in this XHTML document declaration and this offers a great flexibility for the webmaster, allowing to re-process PHP easily :-)
... to add any new user or page will be sufficient to create a new user file new_profile.php upload the related image and add a row in the array of list_users.php
[ , array('username' => 'add', 'location' => 'Nowhereland') ]
Valid XHTML 1.0 Transitional