Hi there I have two mysql tables, one holds course information and the 
other course categories.
I am using the categories to populate a dynamic list menu and I need 
to then pass the selected category to the Course_Category field in my 
course information table.
I have an input form, a course insert record page and the courses 
display page.
On the input form I currently have two forms, one for the dynamic list 
menu reading from the Category recordset, the other general course 
information  fields posting to the Courses recordset.
The Category form obviously uses GET and the Courses POST.
How do I get the info from one and then post into the other?

Do I need to create some sort of variable?
Do I need to set up some sort of hidden field in my Course information 
form that copies the value from the Courses Category form?
I'm lost??
Anyone familiar with this and can help - would be grateful, TIA
M






The php_mysql group is dedicated to learn more about the PHP/MySQL web database 
possibilities through group learning.  
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/php_mysql/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to