View Single Post
  #17  
Old 10-03-2007, 12:42 PM
Lalolyen
Banned
 
Join Date: Aug 2007
Location: Sneeking up behind a admin IRL
Posts: 169
Default

BTW, this is why I would like to create an EQEMU mirror =)

Also to call that function while the array results with that function in it... such as...

Code:
while ($somearray['ID'] > 0)
 {
 $convert = edititem($thisItem,$andItsValue);
 echo ($convert);
 }
Reply With Quote