Home » Archives for November 2021
If you were a coder, I think you should have heard about the keyword “Clean Code”, right? However, I believe there are not many people who truly understand about CleanCode. So that, why should we make “Clear Code” in programming? For its answer, let’s take a deeper investigation from this…
In PHP, sometime we need to create PHP objects to do some logical handlers. The definition of object in PHP is not distinguished clearly like JavaScript. We usually use object to create an instance of class. Quick view Overview Create custom class Use stdClass() to create PHP objects Converting to…
Quick view Overview Methods Submit form Ajax call Overview In this tutorial, I am going to show you 2 ways to submit data to server side. This tip will answer for some questions: How can submit form using JavaScript? How can submit form without reloading a page? How can submit…