Hi team,
i write some logic in my page.
here i am using this $x is getting by POST method...
Logic :
if($x>10) { $amount=$amount+400; }
It is working fine.
Hare the problem is after entered into the page...incase user refresh the page that logic repeated. i dont want like that. how can i prevent this refresh option(or) logic should not be repeated.
Please give suggetion...