A solution around this was to create several html page all linked to one another that would run the respected php code on the client side. This solution worked but came with the sacrifice of speed as the page would have to constantly reload and the browser would sometimes not responded to the link. this is he goal we wished to achieve but there must of been a much smpler more responsive way. This led us to the programming language called ajax a new link in our ever growing chain to find a solution.
The ajax language is another form of the java script, just like jquery but this is intended too send small requests to the server from a webpage without the need to reload/ refresh the page itself. This gave us the a solution to our problem we can use this functions to call the selected php code when requested, keeping the response time high and without the need of several pages. this is what we will be working on in these final days to have our project working the way we intend it too, preparing ourselves for the bench inspection this week.
No comments:
Post a Comment