I want to insert my php POST variable value without including comma into my database but the value which is coming into database is only numeric one while I am not selecting 1 the function which I am using is as follows kindly provide me the resolution:
$loanreq=number_format($_POST['loanreq']);