PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
..is part of the form processor code not part of the form. It extracts a title and the depID for that title from a POST submission.
I'm assuming that there is a one-department-to-many-positions db table relationship, ie that different positions don't all have the same department id. Hence the idea of passing the two together as a pipe separated string in order to associate the correct position with the correct depID.
If I've picked you up correctly, you don't need the hidden field for $depID.
Will be busy at work in the coming week but will try to look back in.
Last edited by McGruff on Tue Aug 09, 2005 12:03 am, edited 1 time in total.