You may be thinking – “I am a web designer, I don’t know how to use MS SQL and SQL Studio.” The good news is […]
Building Your PHP Rest Service (step 6)
In the article for step 5, we began to get into the main functions of this read-only REST service. We now know how to gather unique […]
Building Your PHP Rest Service (step 5)
In the article for step 4, we looked at the contents of the trivia folder and the PHP code designed to retrieve the question/hint/answer for […]
Building Your PHP Rest Service (step 4)
In the article for step 3, we looked at the shared directory and the getPaging function. Although these are not used in our final solution […]
Building Your PHP Rest Service (step 3)
In the article for step 2, we continued building building our Representational State Transfer (REST) service by looking at files located in the objects directory. […]
Building Your PHP Rest Service (step 2)
In the article for step 1, we set up the directory structure and covered the config directory. Using standard top-down approach, we are moving on to […]
Building Your PHP Rest Service (step 1)
he first thing to do is create the directory structure. For our Representational State Transfer (REST) Read services we are using the directory structure shown […]