begood Posted October 17, 2011 Share Posted October 17, 2011 Hello everyone, again. :b I need some help here, my problem right now is that I want to use this: //Select empresa details $empresa = $db->fetchRow('SELECT * FROM `<ezrpg>empresas` WHERE `dono`=?', array($_SESSION['userid'])); $tpl->assign('empresa', $empresa); To give me more than one results... So, a player can have more than one company... But with the code above it just shows one company, don't show them all :s If anyone could tell me how I do this I'll appreciate :$ Regards, begood 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.