The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Showing MySQL rows in a PHP file
How can I show MySQL rows in a PHP file?
Like if I have a table called "coders" and in it I have "coderid", "codername", and "codercountry" and the values are: 1 - John - USA 2 - Mary - England 3 - Jordi - Spain etc etc. I want to show ALL THE ROWS in the following format: <a href="coder.php?show="'$coderid'">'.$codername.' ('.$codercountry.')</a> Or whatever way you can write it. So I want the HTML output to be: Code:
<a href="coder.php?show=1">John (USA)</a> <a href="coder.php?show=2">Mary (England)</a> <a href="coder.php?show=3">Jordi (Spain)</a> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|