If i do $orig = pow(2,1000); echo ($orig); Code (markup): then it gives me that answer as 1.0715086071863E+301 what do i have to do to get it as a clean number (eg. 34995497348909) ? thanks or any help
so i can str_split it and add the individual digits im not really sure what you mean by convert to string