POG1 Posted February 5, 2008 Share Posted February 5, 2008 I dunno if this is the rite place but if not it can be moved :P I'm trying to display item pics (allready made it) in inventory.php and i dunno how to work it here is the line... print $equip[$ir['equip_primary']]['itempic']." Quote Link to comment Share on other sites More sharing options...
Criminal Posted February 5, 2008 Share Posted February 5, 2008 Re: Help? pg i cant pm u again till a hour 5 ppmes exseeded wts the lnik to download imageready trial Quote Link to comment Share on other sites More sharing options...
Isomerizer Posted February 5, 2008 Share Posted February 5, 2008 Re: Help? What is $equip[$ir['equip_primary']]['itempic'] ? Quote Link to comment Share on other sites More sharing options...
POG1 Posted February 5, 2008 Author Share Posted February 5, 2008 Re: Help? its in inentory to prnt the name of the equipped item, it was print $equip[$ir['equip_primary']]['itmname']." but i want to put the item pic in and the feild in the dbase is called itempic and its got the path to the img, like image/itm1.jpg.. Quote Link to comment Share on other sites More sharing options...
Isomerizer Posted February 5, 2008 Share Posted February 5, 2008 Re: Help? Ok so once you have created this itempic column in the items table... You need to assign the direct url to each image to it.. Then use echo ''; Quote Link to comment Share on other sites More sharing options...
POG1 Posted February 5, 2008 Author Share Posted February 5, 2008 Re: Help? unexpected T_STRING, expecting ',' or ';' hmmmm Quote Link to comment Share on other sites More sharing options...
Isomerizer Posted February 5, 2008 Share Posted February 5, 2008 Re: Help? unexpected T_STRING, expecting ',' or ';' hmmmm Sorry about that half asleep... Try now i've updated the code. Quote Link to comment Share on other sites More sharing options...
POG1 Posted February 5, 2008 Author Share Posted February 5, 2008 Re: Help? thanks m8, top marks 8-) it looks 100 times better now! edit: typo Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.