I have the decalaration form in which i have to dynamically generate with name and other details for users.how do i fetch the details from MS SQL database and get the pdf done for each user
Loading
I have the decalaration form in which i have to dynamically generate with name and other details for users.how do i fetch the details from MS SQL database and get the pdf done for each user
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question.
Kisorjan JakathiswaranPosted Jun 23, 2023, 6:28 AM
Check out this:
https://www.etutorialspoint.com/index.php/260-how-to-fetch-data-from-database-in-php-and-display-in-pdf
swetha ArumugamPosted May 11, 2023, 5:49 AM
I want the code in Php between. also onclick button it has to generate pdf file for each user with data from Ms SQL database
Amit MohantyPosted May 10, 2023, 11:11 AM
Check the example, modify it to your specific requirements.
Mohamed Azarudeen ZPosted May 10, 2023, 11:03 AM
To dynamically generate a declaration form with user details and fetch the details from a Microsoft SQL Server database, you can follow the steps below:
Note that the specifics of implementing this solution will depend on your application's architecture and requirements, as well as your programming language and tool choices. However, the above steps should provide a general framework for achieving your goal of dynamically generating declaration forms with user details from a Microsoft SQL Server database.