IMAGE: CODE OPTIMIZATION 03 - AVOID MULTIPLE API CALLS IN A SINGLE EVENT

 Backend Code in PHP:

utilities.php

TEXT VERSION


 FRONT END NEXT JS

I am showing only the part of the code that has been changed from the previous topic. You can refer to the text version for the complete code.


TEXT VERSION 

 

 

No comments:

Post a Comment

DELETE A RECORD FROM MYSQL DATABASE USING VANILLA JAASCRIPT WITH API CODED IN PHP

 Code as used in the video: delete.js export const deleteModal = async ( studId , refreshDisplay ) => {   document . getElementById...