Simulating the MRT display board

There are few information required to start the simulation The Line which the train is on: North East line, North South Line and Changi Line The Direction which the train…

Submit Multiple Data through ajax

Creating input and submit through ajax to processing php and return back the value: For HTML: <b>Step 1. </b>Indicate your preferred hourly Rate: <div class="input-group"> <span class="input-group-addon">$</span> <input type="text" id="hrRate"…

Ajax Setup

Ajax allows updating server information without reloading the page. In this case, will be setting up a HTML select and display information specific to the selected option after ajax function…

Converting array layout php

Converting following array to the one below: $query1 = "SELECT skills.Title FROM skills INNER JOIN member_has_skills ON member_has_skills.skills_Skill_id = skills.Skill_id WHERE member_has_skills.member_Member_id='$memberid_esc'"; $memberskills = $db->readQuery($query1); //First array is what is…

Creating AJAX comment system

There are few parts to this system: Display Comments Enter Comments AJAX Submit to PHP file Create Database to store Comments PHP file update database and return to AJAX Connect…

Opening Mrt Gate with Animator

The new MECANIM can be used to control animations. I have two set of animator setup. The LeftGate ani contains leftDoorOpen and leftDoorClose animations similarly, the RightGate ani contains rightDoorClose…