i want to create a table with 3 columns these are, username, email, and cv.
database name =dbcv
and let the table is cv_tbl.
so now i have 3 textboxes these are for username, email, and cv .
then how do i do the code to upload only cv in pdf or microsoft format into my table cv_tbl?
and the second question is, assume the above problem is solved, then these data will be display in tablular form in my page, now i want to click one column filed in the row, that is let's say i click the cv2.pdf file, then i want it to down load it into my computer, how can i do that? can u post these codes here?thanks so much