Recent content by damdempsel

  1. D

    Enable a register option for html webpage?

    If you email me at damdempsel#yahoo.com I can show you a script that I use.
  2. D

    How to make the input in HTML "form" send it's info to My e-mail?

    <form action="mailto:[email protected]" method="post" name="family_tree"> <input name="fathers_name" type="text"> <input name="grandfathers_name" type="submit" value="Submit"> </form> Is that what your looking for?
  3. D

    I am having an issue with a php script.?

    Ok so I downloaded a few php files that are like a registration kind of thing for a site. Now I got it to make the tables but for some reason the confirmation email doesn't work. I get a error when I try to go to the site to sign up saying: Parse error: syntax error, unexpected T_STRING in...
  4. D

    I need help with an html code.?

    Here is the code: <table background="/images/header.png" align="center" width="500" height="45"> <tbody> <tr> <td align="center"><u><font size="5"> Members </font></u></td> </tr> </tbody> </table> <table background="/images/body.png" align="center" width="500"...
Back
Top