Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I'm working on a project that will calculate response times for our fire department. I paid a guy to develop a custom module to calculate the 90th percentile value of an array based on a date filter. All was well until I compared the results to the results I got in Excel using the "percentile" formula. The difference is about :30 secs +/-
No sure where to go from here.... any advice is greatly appreciated!
I made a page ( let's say the name of the page is A ) to let user check in. The page only show an QR code.
When the anonymous user visit A, scan the QR CODE, the Controller behind the page will Redirect to page B. In page B, it will show an ID to the user. And since i want know who got the id , so i need to know the name and other things of the user.