novabcfc
12-01-2008, 06:49 AM
Hi,
I am using e107 php mysql based CMS
I have a Tables:
e107_user
e107_user_extended_struct
I have used a javascript in the past to retrieve a pdf file from a file location appending the site url to the pdf.
I can not use that anymore as it doen't protect my client personal information.
What I want to do is have the mysql read the e107_user or e107_user_extended_struct for the client report number and produce a link to the file.
So it would need to verifie client ID and read the report number they have entered. Thus making it more secure, because file number is brought by the client id.
I am using e107 php mysql based CMS
I have a Tables:
e107_user
e107_user_extended_struct
I have used a javascript in the past to retrieve a pdf file from a file location appending the site url to the pdf.
I can not use that anymore as it doen't protect my client personal information.
What I want to do is have the mysql read the e107_user or e107_user_extended_struct for the client report number and produce a link to the file.
So it would need to verifie client ID and read the report number they have entered. Thus making it more secure, because file number is brought by the client id.