Jump to content
MakeWebGames

Recommended Posts

Posted

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']).' ";

Posted
$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?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...