Thread
:
Getting Information from Arrays in DB
View Single Post
#
5
04-10-2007, 04:38 AM
cbk1994
the fake one
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
Quote:
Originally Posted by
Chandler
PHP Code:
temp
.
itemInfo
= (
"my Database"
).
getItemData
(
itemID
);
Assuming the database name is one word (which it really should probably be ...) you can just do myDatabase.getItemData( itemID );
__________________
cbk1994
View Public Profile
View GraalOnline Profile
Visit cbk1994's homepage!
Find all posts by cbk1994