How to in group members show others columns |
2/16/2008 11:41:30 AM |
PHPRunner General questions | |
R
Rigmantas author
<img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=7579&image=1&table=forumtopics' class='bbc_emoticon' alt=':rolleyes:' /> Nice to help from your. |
|
J
|
Jane 2/18/2008 |
Rimantas, |
R
|
Rigmantas author 2/20/2008 |
Sorry, |
J
|
Jane 2/21/2008 |
Please re-phrase your question. |
R
|
Rigmantas author 2/21/2008 |
Please re-phrase your question.
|
![]() |
Alexey admin 2/22/2008 |
Rimantas, $gsqlHead="select Username, Surname, Lastname, Firstname ";
$row["username"]=htmlspecialchars($data["Username"]." ".$data["Lastname"]); See my changes in bold. |
A
|
amplus 2/22/2008 |
Rimantas, you can modify generated admin_members.php file for this At first modify this line to add fields you need to SQL query: Then this one to display data on the page: See my changes in bold.
|
![]() |
Alexey admin 2/22/2008 |
Hi, $gsqlHead="... and $row["username"]=.. |
A
|
amplus 2/22/2008 |
Hi, exactly the same way. Modify lines that start with and
|