Search the Community
Showing results for tags 'doc'.
-
Hey Guys, I know it's possible with .Net & ActiveX Controllers but I haven't seen anything like this for PHP / Linux Based Coding and hoping something like this is available. I would like to be able to GENERATE a document (MS Word) based on MySQL queries data. Example. Generate Contact Letter for clients and be able to edit that MS Word Doc and when I click Save, which is the most important part, it would save on the server and in the system. Can anyone advise on where I can at least begin to do something like that? Thanks! Best Regards, Alexander Mirvis
-
Hi guys, I am trying to make an iframe that contains another website so my users can login to the external website and view a partiicular html table on the external website. Once the user is on that page, I want them to be able to click a button hovering over the iframe that will copy all the html code and send back to my php. With this source code I will use the information in my website. One problem, I think the external website has disabled iframes from getting past the login page. Does anyone have a good idea where to start for this project? Thanks in advance!