The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
need bad help.. calling text from mysql
How do i call a certain part in the database??
e.g in the table dd_items there is: ItemID ItemTitle SubCatagory, etc etc how do i call ItemTitle? - to make it show in php.. e.g so if test was in the ItemTitle then it would call that... damn its hard to explain!!! anyone help me further pm me? if you understand what i mean - thank you! lol regards |
#2
|
|||
|
|||
Code:
SELECT `ItemTitle` FROM `dd_items` You can use this to narrow down results: Code:
SELECT `ItemTitle` FROM `dd_items` WHERE `ItemID`=XXX More info: http://dev.mysql.com/doc/refman/4.1/en/select.html There are loads of tutorials on the web with more info you should check them out to. http://www.google.co.uk/search?hl=en...e+Search&meta= |
#3
|
||||
|
||||
EDIT: Too late.
PHP Code:
|
#4
|
||||
|
||||
how can i get this to work in php? o.0
|
#5
|
|||
|
|||
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|