Re: Need help to design monitoring software system
You use Javascript in the client and PHP+SQL on the server. IOW, yes. (You can't use Javascript in the client or PHP on the server - each serves a different function. You need all 3 of them.)
Without at least a little programming knowledge (for instance, you don't need to know about classes for this job), you're probably not going to be able to make anything that works. Learn programming first, then PHP, then Javascript, then SQL (that's about the order of difficulty, from easiest to most difficult), and some HTML and CSS to make the page itself.
|