dsurge wrote:kinda stuck a little on this one...
unless i'm missing something, the idea has to do with why m_r_e_s isnt always fool-proof.
and the other possibility has to do with how the script is put together (i.e. validation is sometimes pointless if the script has logical flaws)
i guess what i'm looking for is either "you have the right idea" or "you're out in left field homie"
thanks in advance
gareththegeek wrote:The first line (if statement) seems to be wrong, couple of mistakes. Or is it my mistake?
if ((!isset($_GET['name']) || (!isset($_GET['email'])) {
if ((!isset($_GET['name'])) || (!isset($_GET['email']))) {
if (isset($_GET['name']) && isset($_GET['email'])) {
Users browsing this forum: No registered users and 0 guests