View Single Post
  #4  
Old 03-22-2011, 03:45 PM
fadillzzz fadillzzz is offline
Dev Staff
 
Join Date: Jan 2010
Posts: 501
Gender: Male
Credits: 41,461
fadillzzz is an unknown quantity at this point
Default

Yeah, you probably have the Mys 1.1.x
However, you can prevent users from entering a negative amount.
PHP Code:
abs($int); // Returns the absolute value of number. 
Reply With Quote