Sorry, I didn't figure it was needed, but here is the html info as requested..
Thanks..

<form action="<? echo $_SERVER['PHP_SELF'] ?>" method="post"
enctype="multipart/form-data" name="contact" onsubmit="return verifyaddy()">
  <table border="0" cellpadding="0" cellspacing="0" align="center">
    <tr>
      <td align="left">
        <font class="s">
          <input type="hidden" name="MAX_FILE_SIZE" value="524288"/>
          Name:
          <br class="s"/>
          <input type="text" size="40" name="name" value="<? $_REQUEST['name'];
?>" class="file"/>
          <br class="s"/>
          Email:
          <br class="s"/>
          <input type="text" size="40" maxlength="255" name="email" value="<?
$_REQUEST["email"] ?>" class="file"/>
          <br class="s"/>
          Upload: &nbsp; [ <a href="javascript:uploadinfo()">Information</a> ]
          <br class="s"/>
          <input type="file" size="27" name="file" class="file"/>
          <br class="s"/>
          Message:
          <br class="s"/>
          <textarea name="message" cols="40" rows="4" class="upload"><?
$_REQUEST["message"]; ?></textarea>
          <br/>
          <br/>
        </font>
      </td>
    </tr>
    <tr>
      <td align="center">
        <input type="submit" value="Submit" class="submit"/>
      </td>
    </tr>
  </table>
</form>

Take care.. peace..
eriol

====

"Tony Harrison" <[EMAIL PROTECTED]> disgorged:

: You need to give us the HTML for the form so we can comprehend the context
: of it all



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to