Search results

  1. B

    HELP!!! Im trying to write a PHP form for my site.?

    I have the form completed, I just need some help with the PHP. If anyone out there will help me it will be greatly appreciated!! this is a rough draft of the form. <form method="post"> <input type="text title="email" /> <input type="text title="name" /> <input type="text title="subject" />...
  2. B

    Trying to write a PHP form need help!!?

    I have the form completed, I just need some help with the PHP. If anyone out there will help me it will be greatly appreciated!! this is a rough draft of the form. <form method="post"> <input type="text title="email" /> <input type="text title="name" /> <input type="text title="subject" />...
  3. B

    I need help writing a PHP form?

    I have the form completed, I just need help with the PHP file because im not too familiar with it. <form id="formData" method="post" action="" name="contact" title="Contact" onSubmit="return function (email,name,subject)"> <input id="email" type="text" size="60" name="email" maxlength="100"...
Back
Top