Hi,
I have list of courses that we are offering at the University. Each course in the list links to a new page that is giving information about the specific course. The information is given in two steps over time before the course starts.
1. short info(at the beginning).
2. further info, cost, program etc. (The second step is given 2 months before the start).
The problem is that I would like to use only one table in the database and only one template (i.e. course_info.cfm)to show the info. The headings are HTML-tags and I want them to be visible only if there is information to be given from the database. How do I create a CFIF/CFELSE-expression that will work?
Regards
Niclas
Movium
I have list of courses that we are offering at the University. Each course in the list links to a new page that is giving information about the specific course. The information is given in two steps over time before the course starts.
1. short info(at the beginning).
2. further info, cost, program etc. (The second step is given 2 months before the start).
The problem is that I would like to use only one table in the database and only one template (i.e. course_info.cfm)to show the info. The headings are HTML-tags and I want them to be visible only if there is information to be given from the database. How do I create a CFIF/CFELSE-expression that will work?
Regards
Niclas
Movium