I have a ton of different forms created in LC which I would like to
connect to PHPMyAdmin on my website. The idea here is to have the user
gather data while traversing different areas of my website and once the
data has been stored in a temporary table on the DB, I want to connect
the appropriate LC form to that table and allow the user to create the
PDF document with the data they have selected. I can do this on my local
system, but how do I do it on my web server? Essentially I need to know
ho...