silvergrey
Programmer
Hi
I am trying to connect 2 tables (inward_stock) &(completed_jobs) using there jobid. When i load the page im not getting any data displayed, i have run the query in the Query Browser again no errors i can see the columns (inward_stock.prodserial) & (completed_jobs.timetested) but still no data is showing but the tables definatly have the data in them and both jobid's match, i have changed the query many times.
Be really cool if someone can shed some light on this been looking at this for days !!! Thanks
$query ="SELECT inward_stock.prodserial, completed_jobs.timetested FROM inward_stock INNER JOIN completed_jobs ON inward_stock.jobid = completed_jobs.jobid";
I am trying to connect 2 tables (inward_stock) &(completed_jobs) using there jobid. When i load the page im not getting any data displayed, i have run the query in the Query Browser again no errors i can see the columns (inward_stock.prodserial) & (completed_jobs.timetested) but still no data is showing but the tables definatly have the data in them and both jobid's match, i have changed the query many times.
Be really cool if someone can shed some light on this been looking at this for days !!! Thanks
$query ="SELECT inward_stock.prodserial, completed_jobs.timetested FROM inward_stock INNER JOIN completed_jobs ON inward_stock.jobid = completed_jobs.jobid";