View Single Post
  #4  
Old 06-05-2010, 04:14 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
That database is going to get really clogged.

Use periods instead of underscores.

PHP Code:
temp.acc "cbk1994";
temp.category "weapons";
temp.item "super_sword";

temp.itemVars MyDatabase.(@ category).(@ acc).(@ item);
echo(
itemVars); 
__________________
Reply With Quote