Posts: 251
Location: Belgium, Antwerp, Zoersel
|
Well, with "the field you want to show in the title", I mean the field in the database where the user's name is in, which will be shown in the title.
"how do i find out $dbWhereField": $dbWhereField is a variable in the script above. $dbWhereField is used to find the username of the user you want to show in the page's title. The $dbWhereValue variable contains the value it has to have, so the query will find the username you need, and not usernames. The query will only return the username of the user for which the following statement is valid: $dbWhereField = $dbWhereValue.
|