Hello
I need to create a pdf doc which will look like the word doc attached, and have to use php to do so.
In the doc, the blue texts will need to be filled from data fetched from table User in mysql, and the Autofill part as well will be filled from another table, ADDRESS, which does contain a foreign key, IDMEMBER, to relate to the MEMBER table primary key. The table shown in the attached doc needs to be present as template, with the columns shown, along with the other texts.
I've also been given futher php classes to use (see members_....zip file)
Anyone can help me on how to proceed with this?