I\'m working on an php ipn script. but i\'m stuck on mc_gross check.
I store the amounts in database in this format (not number format):
1000 100 10000 <
one option:
if($my_val== intval(str_replace(',', '', $pay_pal_val)){ //alll good }