Search results

  1. C

    PHP script MAC issue

    Sorry, I should have included the form code as well. Here's the link to the working document: http://trainacomm.exofire.net/signature/signature.htm SIGNATURE.HTM CODE: <html> <body> <form action="welcome.php" method="post" target="_blank.htm"> <font face="Arial"> <img border="0"...
  2. C

    PHP script MAC issue

    Hi guys. I have a simple form that echo's the data to a savable html file. It works fine on a PC but Mac users keep getting a 404 error. Does anyone have an idea of why this might be happening? Many thanks. Here's the code for the script: <?php header('Content-type: application/htm')...
  3. C

    Saving echoed form page

    The users need to save the files to their machines (or network drive). The html file is then used by the e-mail client to generate a signature whenever users choose to insert one. Many thanks. Am going to give the zip solution a go and will post my results.
  4. C

    Saving echoed form page

    Thanks for the tip (and the link), I'll give this a try. The signature is intended for Lotus Notes.
  5. C

    Saving echoed form page

    Hi everyone. I'm a noob at scripting and have hit a wall. I'm trying to create a form that sends user input to a formatted html file that users can save and use (it's an e-mail signature template). The form and resulting page look fine, but I'm having trouble with the saving part... I don't...
  6. C

    Saving echoed form page

    Hi everyone. I'm a noob at scripting and have hit a wall. I'm trying to create a form that sends user input to a formatted html file that users can save and use (it's an e-mail signature template). The form and resulting page look fine, but I'm having trouble with the saving part... I don't...
Top