Hi techies,
I am building a small application that reads vacancies from a database and displays them in a tabular row format, I want to create a link in one of the field say vacancy_id i.e when you display using the following script. All the details are to be fetched from db
print("<tr><td bgcolor=$colorbg><a href='vacanacy.pdf?id=$Field1'>$Field1</a></td><td align=left bgcolor=$colorbg><a href='apply.html?id=$Field1'>$Field2</a></td><td align=left bgcolor=$colorbg>$Field3</td><td bgcolor=$colorbg>$Field4</td></tr>");
Now the vacacny.pdf is the file to be viewed when you click on the displayed vacancy number that is dyanamic, Techies is it possible or I am just guessing
Thank you