hello
iv got the number 2.342354546565
i want to only show '2' the first digit
so how do i remove '.342354546565'
i have tried the following.
$numbers = str_replace ('.*', '', $numbers);
but it dosnt work.
any suggestions would be helpful.
regards
ryza