Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> PHP
Author Message
Donovan
Client



Joined: Oct 07, 2003
Posts: 735
Location: Ohio

PostPosted: Mon Feb 20, 2006 3:44 pm Reply with quote

I extract a value from my table that is decimal datatype:

Code:
$resource_pt = intval($row['resource_pt']);   


I need to display this in a field. I have read where I need to use printf to do this.

What is the proper syntax to place it here for editing?

Code:
echo "<td align=\"center\" bgcolor=\"#999999\"><input type=\"text\" size=\"30\" name=\"resource_pt\" value=\"$resource_pt\"/></td>"; 


I have tried number_format and all I get are 0000 in my field when the value is .125
 
View user's profile Send private message Visit poster's website ICQ Number
montego
Site Admin



Joined: Aug 29, 2004
Posts: 9457
Location: Arizona

PostPosted: Mon Feb 20, 2006 8:10 pm Reply with quote

If you are wanting to retain the decimal, you need to remove the intval. You are basically converting this to an integer, which is zero.

Does it work after doing that?

_________________
Only registered users can see links on this board! Get registered or login!
Only registered users can see links on this board! Get registered or login! 
View user's profile Send private message Visit poster's website
Donovan







PostPosted: Mon Feb 20, 2006 8:49 pm Reply with quote

Yes. Thanks.
 
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> PHP

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©