Re: [PHP] Newbie - help with a foreach

2007-01-22 Thread Németh Zoltán
On v, 2007-01-21 at 01:28 -0800, pub wrote: On Jan 18, 2007, at 2:43 AM, Németh Zoltán wrote: first, do you want to allow several jobs for the same company to be stored in the DB and appear on the page, right? (if not, then why are you storing them in separate tables?) Yes,

Re: [PHP] Newbie - help with a foreach

2007-01-19 Thread Németh Zoltán
On cs, 2007-01-18 at 20:46 +0100, Jochem Maas wrote: Németh Zoltán wrote: On cs, 2007-01-18 at 02:04 -0800, pub wrote: On Jan 18, 2007, at 2:00 AM, Németh Zoltán wrote: ... maybe you should use a parameter for it, place it into the link in the first query loop, get it here and

[PHP] Newbie - help with a foreach

2007-01-18 Thread pub
Could someone please help me figure out how to hide the info in the right bottom part of my page unless the corresponding link is selected in the top left. The company names and job types at the top left need to show at all time. But the corresponding picture at the bottom left and the web

Re: [PHP] Newbie - help with a foreach

2007-01-18 Thread Németh Zoltán
I can't really understand what your problem is, because it seems to me that the site is working like you want it to work. Or not? And if there is a problem with the code then please show us the code somehow, not the resulting webpage greets Zoltán Németh On cs, 2007-01-18 at 01:31 -0800, pub

Re: [PHP] Newbie - help with a foreach

2007-01-18 Thread pub
Thank you for your reply. My problem is that the web addresses on the bottom right show at all times as is instead of appearing only when active or selected on the left top navigation! Does that make sense? On Jan 18, 2007, at 1:43 AM, Németh Zoltán wrote: I can't really understand what

Re: [PHP] Newbie - help with a foreach

2007-01-18 Thread Németh Zoltán
ok, but how could anyone help without seeing your code? greets Zoltán Németh On cs, 2007-01-18 at 01:54 -0800, pub wrote: Thank you for your reply. My problem is that the web addresses on the bottom right show at all times as is instead of appearing only when active or selected on the

Re: [PHP] Newbie - help with a foreach

2007-01-18 Thread pub
On Jan 18, 2007, at 2:00 AM, Németh Zoltán wrote: ok, but how could anyone help without seeing your code? greets Zoltán Németh Here is the code: Here is the entire page: !-- nav/box 1 starts here -- ?php include(../include/etc_inc.php); $connection =

Re: [PHP] Newbie - help with a foreach

2007-01-18 Thread Németh Zoltán
On cs, 2007-01-18 at 02:04 -0800, pub wrote: On Jan 18, 2007, at 2:00 AM, Németh Zoltán wrote: ok, but how could anyone help without seeing your code? greets Zoltán Németh Here is the code: Here is the entire page: !-- nav/box 1 starts here -- ?php

Re: [PHP] Newbie - help with a foreach

2007-01-18 Thread Jochem Maas
Németh Zoltán wrote: On cs, 2007-01-18 at 02:04 -0800, pub wrote: On Jan 18, 2007, at 2:00 AM, Németh Zoltán wrote: ... maybe you should use a parameter for it, place it into the link in the first query loop, get it here and query based on it like SELECT * FROM job WHERE