Sanpele / websitePlaying

Personal website little projects.
0 stars 0 forks source link

Add abbility for php string parsing expand depending on the # of covid cases #6

Closed Sanpele closed 2 years ago

Sanpele commented 2 years ago

Currently the php string parsing i am using is only a set number of digits, so for December 31 with 1494 cases the number i pulled was only 494.

the code ideally would be able to check how long the number is in the text and adapt.

the best to implement this i believe will considering i know where the number i supposed to appear to read in the digits sill i hit a space.

Sanpele commented 2 years ago

Think this is solved, need to implement delete for DB interface in order to check if actually have finished this.