Jump to content

website goons


macz

Recommended Posts

for some reason when enter stuff in the forms an press upload it goes to the email address but just comes with first_name=wtf am i doing wrong?<h1>Employer</h1><FORM METHOD=post ACTION=mailto:[email protected]<table><tr><td>Company Name:</td><td><input type="text" name="first_name" value="" maxlength="100" /></td></tr><tr><td>Contact First Name:</td><td><input type="text" name="first_name" value="" maxlength="100" /></td></tr><tr><td>Contact Second Name:</td><td><input type="text" name="first_name" value="" maxlength="100" /></td></tr>

Link to comment
Share on other sites

1. whenever writing web aps, use the wc3 validator:http://validator.w3.org/shud help you write code using better syntax eg METHOD="post" with the quotes2. use this tutorial: http://devzone.zend.com/article/627-PHP-10...solute-Beginnerit covers html, php and mysql 3. you have:<td>Company Name:</td><td><input type="text" name="first_name" value="" maxlength="100" /></td></tr><tr><td>Contact First Name:</td><td><input type="text" name="first_name" value="" maxlength="100" />which may be your problem but its more trial and error im no expert

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...