I i have in my DB a field named "price" and on my webpage i have a mailform in witch a user can enter a price e.g 1500 or 3000, now depending on what the user posts i want to echo some other price (that is not in DB) on the webpage.
e.g, a user posts price 1500, i want to echo 100
or posts 3000 echo 200
Thank's
/Patrik.

