![]() |
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 |
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= |
EDIT: Too late.
PHP Code:
|
how can i get this to work in php? o.0
|
|
All times are GMT. The time now is 03:36 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|