My form is going to make sure that there are no empty replies in it and then I need it to check and make sure that the email address on the form is not on the xml page. I think I have the form and the xml page but now I am stuck. Could someone please point me in the right direction? Thank You and any help would be greatly appreciated.
My xml page
<?xml version="1.0"?>
<address>
<address>
<email>[email protected]</email>
</address>
<address>
<email>[email protected]</email>
</address>
<address>
<email>[email protected]</email>
</address>
</address>
My html page
`
`
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
Ok I did that wrong here is my html file:
`
`
`
`