Jump to content

2 Different Mysql Tables


didgydont

Recommended Posts

hi all

 

I have two tables on a job board

1st table like so "custid,customer,duedate,statusid"

the status is just an id wich refrences the second table

2nd table "statusid,stutus,hidden,completed"

 

at the moment i have

 

select * from jobs

then

if (!functiontocheckifcomplted($row[statusid])==true)

{

then display stuff here

}

 

but it still reads evey mysql job is there a better way to do this ?

Link to comment
https://forums.phpfreaks.com/topic/270054-2-different-mysql-tables/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.