J
|
Jane 11/21/2006 |
Rob, |
R
|
renegadekn author 11/21/2006 |
Rob, to enter these values you need to remove validation on the ADD/EDIT page. Also I recommend you to set up this field as VARCHAR in your database.
|
![]() |
Alexey admin 11/22/2006 |
Rob, $values["Price"]=str_replace(array("\$"," ",","),array("","",""),$values["Price"]);
|