How Can I Add List Of Words From An API - Programming - Nairaland
Nairaland Forum › Science/Technology › Programming › How Can I Add List Of Words From An API (1168 Views)
| How Can I Add List Of Words From An API by Nobody: 4:06pm On Feb 05, 2017 |
Good day programmers. I was working on a script lately php precisely. I'm working with an api. so I pulled out some numbers from the api. now I want to add them together how do I do that... example.. api gave strings as 428262848027. now I wan the machine to add 4+2+8+2+6+2+8.... note I tried to convert them to an array but they all have 0 as index numbers. pls help me |
| Re: How Can I Add List Of Words From An API by Nobody: 4:47pm On Feb 05, 2017 |
seunoni34:can u help me here pls |
| Re: How Can I Add List Of Words From An API by seunoni34(m): 4:48pm On Feb 05, 2017*. Modified: 7:22pm On Feb 05, 2017 |
lankykid:I didn't even know this was another post. Brb |
| Re: How Can I Add List Of Words From An API by FrankLampard: 5:37pm On Feb 05, 2017 |
| Re: How Can I Add List Of Words From An API by seunoni34(m): 7:30pm On Feb 05, 2017 |
lankykid:Assuming $string is the variable you want to split $array = str_split($string); // this splits each character in $string to an array /* i.e if $string = 1234. The $array will look like Array ( [0] => 1 [1] => 2 [2] => 3 [3] => 4 ) */ $sum = 0; // initialize variable that sums up all the numbers // sum up the array of splitted numbers while looping foreach($array as $num) : $sum+=$num; // adds up all the numbers endforeach; echo $sum; |
| Re: How Can I Add List Of Words From An API by Nobody: 4:55pm On Feb 06, 2017 |
FrankLampard:tanx a lot bro... |
| Re: How Can I Add List Of Words From An API by Nobody: 4:56pm On Feb 06, 2017 |
seunoni34:Thanks a lot bro, this helped |
How To Retrieve Data From An Api Using Fetch Api In Javascript • Help With Calling An API • I Need A Programmer To Design An API Scripts Library. • 2 • 3 • 4
Rapidpay Just Lunched Now, Make 200% Of Your Money • ASP.NET Tutorials For Beginners • Free Work Space For One Month At The Civic Innovation Lab, Abuja.