Jump to content

cbh

New Members
  • Posts

    4
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

cbh's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. What do you use to generate PDF files dynamically from your PHP. I've been reading PHPFreaks about generating PDFs and, from what I had red, I was assuming most PHP server would have PDFLib installed - but it seems that's not a safe assumption. The PHP server my application uses is not mine, and it doesn't have PDFLib installed on it. I'm pre-empting the replies, but should I be asking the web server's system administrator to link in PDFLib?
  2. Thanks for that reply Kasuke_Akira Users of this web site are anonymous so there's no way I can tell one from the other, and therefore I can make directories or folders for them to store the file.
  3. My PHP application produces and displays a report in HTML. It also produces a text file version of the same report which will be used as the "Printable Version" if the user wants that. The text version will always have the same name, say STAFF.TXT My question is how do I avoid one user's STAFF.TXT of the file being overwritten by another user's STAFF.TXT ?
  4. Help, I want to write some PHP so a user can upload some ZIPped files to a web server. I know how to do the upload bit, but how do I execute a command on the client's PC to zip the files up before uploading them? (Maybe the question I'm really askking is how do I execute a command on the client's computer). The clients (there's only 2 of them) computer is a Windows XP. tia cbHead
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.