No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
2 Posted Topics
<?php $s=array('AAA','BBB','CCC','DDD','EEE','FFF','GGG','HHH','III','JJJ','KKKK','...','ZZZ'); $nr=count($s); if (isset($_POST)) { if (isset($_POST)) { $position=array_search($_POST,$s); $c1=$s[$position]; if ($position==$nr-1) { $position=0; } else { $position=$position+1; } $c2=$s[$position]; if ($position==$nr-1) { $position=0; } else { $position=$position+2; } $c3=$s[$position]; } if (isset($_POST)) { $position=array_search($_POST,$s); $c1=$s[$position]; if ($position==$nr-1) { $position=0; } else { $position=$position+1; } $c2=$s[$position]; if ($position==$nr-1) { …
Both 'Submit Data' buttons submit the same form. That's why you get that duplicate email. When you press Submit on Enrich Name, it submit first part of the form to. Make them in separate forms.
The End.
cthackers