|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (7 bit)
Join Date: Nov 2005
Location: Ontario, CANADA
Posts: 94
|
how to insert a decimal from html form?
My problem: taking input from html form to add a record to mysql table
HTML Code:
<form name="priceit" id="additem" action="priceit.php" method="post"> Price (###.## in CDN) * <input type="text" name="price" id="price"> </form> If I just insert the price from the form to the db table, it wn't be added because it is a text.. and the db takes decimal only. I believe there's some method to convert a text to a decimal format before insert to the db. I searched on the web for a while but still haven't find anything like this... How to do it with php? Do other people usually use text for all fields, instead of number formats? Thanks a lot. Last edited by michael0224; 01-29-2007 at 10:07 PM. |
|
|
|
|
|
#2 |
|
Member (7 bit)
Join Date: Nov 2005
Location: Ontario, CANADA
Posts: 94
|
I found out my problem. It wasn't about the code... I am so stupid that I spent one whole day searchin for the cause...
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| HTML Form | rcx21000 | Web Design / Development | 1 | 04-18-2004 10:57 AM |
| HTML Form buttons don't work | dj4uk | Web Design / Development | 1 | 05-27-2003 11:00 AM |
| script to process form and insert into web page | sc0rched | Internet, Web Applications, & The Cloud | 4 | 02-20-2002 10:42 PM |
| Insert graphic into MS Word html file | Mr N8 | Internet, Web Applications, & The Cloud | 1 | 12-14-2001 04:42 PM |
| Funny kind of test | mairving | Internet, Web Applications, & The Cloud | 0 | 02-14-2001 06:13 PM |