I have built some pages that query against a PostgreSQL database. Depending on selections from a dropdown, the following page displays additional dropdowns. Each page is collecting information on a specific PDF report to display. The report itself lives in a specific directory on the server.
1. How do I combine the variable from Page#1 with the variable on Page#2? From Page#2, I have a submit button that when clicked, it takes the collected information and lauches a PDF file.
Page#1 - $period
Page#2 - $report_name
This gives me the path: //ip_address/$period/$report_name
2. What syntax is used to call/launch a PDF file?
Please ask if this isn't making since.
1. How do I combine the variable from Page#1 with the variable on Page#2? From Page#2, I have a submit button that when clicked, it takes the collected information and lauches a PDF file.
Page#1 - $period
Page#2 - $report_name
This gives me the path: //ip_address/$period/$report_name
2. What syntax is used to call/launch a PDF file?
Please ask if this isn't making since.