Hello everyone, I need some help regarding a scenario where I have to eventually display the data as a pdf in my browser. This is my first attempt at coding in php, so pls be a little nice and not too over-technical ;D
Scenario (using php):
-
Verify is user is logged in to site, and if so, retrieve his details from the Member (MemberID, Name, Email) and Address (MemberID[FK to Member table], Street, Country) tables
-
Fetch the info the the php file
-
Fill html spaces with the fetched data (see the doc on [php]http://www.keepandshare.com/doc/3212100/exampledoc-doc-october-21-2011-11-55-am-40k[php] for template example to be filled) In fact, referring to the doc in the link, the blue-colored part and the Autofill parts are the ones to be filled using the mysql data
-
Render the php as a pdf file in the web-browser
Any help on how to start from scratch from this will be much appreciated…