Jump to content

$_POST wont work with ID attribute

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
1 reply to this topic

#1
ductiletoaster

ductiletoaster

    Newbie

  • Members
  • PipPip
  • 15 posts
im creating a contact form that uses javascript to validate... but for some the $_POST
doesnt get any value when the input tag has an ID attribute

<input type="text" name="email" id="email"/>

it doesnt matter if i name it different from the name att. or not!

#2
Guest_Jaan_*

Guest_Jaan_*
  • Guests
Can you show us your code ?