looking for the code can remove characters from the array and display numbers only.
array(
1=>123456 hello; / &,
2=>128767 ^% * ! ajsdb,
3=>765678 </ hello echo.,
);
i want to remove the floowing from the array
hello; / &
^% * ! ajsdb
</ hello echo.
and wants to keep as stated
array(
1=>123456,
2=>128767,
3=>765678,
);
Thanks and Kind Regards,