Stooney Posted December 10, 2007 Share Posted December 10, 2007 What is the best way to go about this? It is for a bidding system which only allows whole dollar amounts. All I've come up with is settype() and is_int() but settype will change their bid to whole dollar, which is not what I want. If they don't enter a valid amount, it needs to tell them to enter a valid amount, so we're never changing bids without people noticing. Thanks in advance. Quote Link to comment Share on other sites More sharing options...
BenInBlack Posted December 10, 2007 Share Posted December 10, 2007 Javascript and Regex in form in Browser With check on the post page Quote Link to comment Share on other sites More sharing options...
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.