Monday, May 22, 2017

Scan records with laravel

I'm working on a project about football which u can make a prognosis with.

When the game is played, the match results come in and the prognosises need to be compared to get a score.

What is the correct way to write the code for this?

What exactly needs to happen: - Compare the correct results from table Matches with all the records of table prognosis with same match_id



via Kian Groenen

Advertisement