Gucci Mane Posted November 24, 2009 Posted November 24, 2009 What version of mcc you using? I could add this but your index is all screwed up Quote
Redex Posted November 24, 2009 Posted November 24, 2009 Hello, if you want to use this then you can : echo "Job: {$ir['job']}"; : That's for the job Now for the Job income use the following : $q=$db->query("SELECT `fieldname` FROM `jobs` WHERE `jID`='{$ir['job']}'"); $r=$db->fetch_row($q); print "Job Pay: '.number_format($r['fieldname']).' "; Quote
thedestroyer Posted November 24, 2009 Author Posted November 24, 2009 $q=$db->query("SELECT `fieldname` FROM `jobs` WHERE `jID`='{$ir['job']}'"); $r=$db->fetch_row($q); im using v2 and its not all screwed up i have just set it out differently also if i add this $q=$db->query("SELECT `fieldname` FROM `jobs` WHERE `jID`='{$ir['job']}'"); $r=$db->fetch_row($q); i just get an error. where abouts should i add it? Quote
thedestroyer Posted November 28, 2009 Author Posted November 28, 2009 does anyone know how to do it? Quote
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.