01.01.2018, 11:07
PHP is what you are looking for, but like you said yourself, you will have to convert your functions to MySQL. And there is not really a how to or a tutorial on how to do this as it is very different for each script.
And you are going to need HTML to set the layout of your UCP.
Just skip the HTML part, search for a cool free HTML user control panel layout, and start putting your code in that template.
Coming back to your question: Can i use HTML instead of PHP? No, you will need both. HTML for layout, PHP for coding. I'm not totally sure but i don't think it is possible. However, there are html scripts out there which works exactly the same as with a MySQL database, but instead saves and load the information from textfiles. But for website's this is strongly NOT recommended.
If you really want to proceed with this, take a look at https://www.w3schools.com/php/ or other sources and learn PHP.
I would be glad to assist you with your PHP code.
I wish you much succes.
And you are going to need HTML to set the layout of your UCP.
Just skip the HTML part, search for a cool free HTML user control panel layout, and start putting your code in that template.
Coming back to your question: Can i use HTML instead of PHP? No, you will need both. HTML for layout, PHP for coding. I'm not totally sure but i don't think it is possible. However, there are html scripts out there which works exactly the same as with a MySQL database, but instead saves and load the information from textfiles. But for website's this is strongly NOT recommended.
If you really want to proceed with this, take a look at https://www.w3schools.com/php/ or other sources and learn PHP.
I would be glad to assist you with your PHP code.
I wish you much succes.