UPDATE RECORDS IN MYSQL DATABASE USING NEXT JS API PHP

 These are the codes used in the discussion video:

main.js


Google Drive Link

Backend API Code:


contacts.php



No comments:

Post a Comment

UNITY2D: SPAWN ENEMIES RANDOMLY/DYNAMICALLY AT RUN TIME

 Code: player.cs using System . Collections ; using System . Collections . Generic ; using UnityEngine ; using UnityEngine . SceneManage...