Page 1 of 1

conver string to numner

Posted: Wed Jul 07, 2004 5:08 am
by pelegk2
how do i convert string like this
"11.3"
or
"17"
to a number?
thnaks in advance
peleg

Posted: Wed Jul 07, 2004 5:11 am
by JayBird
You may want to look at the type setting section of the manual

http://se.php.net/manual/en/language.ty ... ggling.php

Mark

Posted: Wed Jul 07, 2004 5:21 am
by pelegk2
thnaks alot!