Update & closure: After alot of work my McAfee folks, they fixed this by adding in the web server address. I have to say that it took a long time to get to this fix but they stuck withit looking at...
Hi,
I am transfering a file using FTP to my web server and at the last step of "put" the command line freezes. Any ideas to the cause? or any ideas how to track down the problem?
tuxandpucks,
I do not want to grab a php file and convert it to a PDF.
What I was doing was reading a DB and then writing to an PDF file.
NogDog answered my question.
thanks
My goal is to read from a database and write to a PDF file (nice output). I currently have a web site designed that uses session variables for security after logging in. In order to write to a PDF...
Hi,
I need some help executing another php file from another php file in another directory.
include ('../path/simple.php'); does work for simple outputs.