get value from table
Posted: Wed Feb 02, 2005 7:02 am
Hello.
I have created a table in mysql in which I keep information about courses that people can study.
Some of the fields I use are course_name, category, key, etc.
There are many courses with different info for each one.
I also use a field as a key (pass) for the user to be able to join a specific course.
Is there any way to select a specific key of a specific course from the table and print it on screen?
Thanks in advance...
I have created a table in mysql in which I keep information about courses that people can study.
Some of the fields I use are course_name, category, key, etc.
There are many courses with different info for each one.
I also use a field as a key (pass) for the user to be able to join a specific course.
Is there any way to select a specific key of a specific course from the table and print it on screen?
Thanks in advance...