try change
intoCode://if the card is already used, get a new card if (validcard == false) { thecard(); }
PS, In future, please use codeTags ( [code ] your code here [/ code], but then without the spaces)Code:if (validcard == false) //or just simply: if (!validcard) { return thecard(); }




Reply With Quote
