Strats Posted April 28, 2009 Posted April 28, 2009 Re: [mccode v2] Secure Bank! Thanks Karlos for that :) Works perfect :lol: Quote
Zero-Affect Posted April 30, 2009 Posted April 30, 2009 Re: [mccode v2] Secure Bank! lol i use something like that Karlos killtext function lol Quote
Karlos Posted April 30, 2009 Author Posted April 30, 2009 Re: [mccode v2] Secure Bank! I got the idea from Anthony and the You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. idea from Kyle although he used die in his example :-P Quote
Raptor_Jesus Posted May 1, 2009 Posted May 1, 2009 Re: [mccode v2] Secure Bank! Random thoughts $deposit = ereg_replace('[$, ]', '', $_REQUEST['deposit']); if(eregi("[^0-9]", $deposit)) { echo "Error - The input $deposit is an invalid action, please try again."; return; } Quote
Karlos Posted May 3, 2009 Author Posted May 3, 2009 Re: [mccode v2] Secure Bank! Could do... But most people have sense to know only numbers are allowed to be inputted. Also I would use a preg_* function ;) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.