Merge an .html code into a .tpl and more...

I am new to coding. I know some HTML and CSS but almost nothing and about PHP, well… no knowledge at all.
Hello everyone,

I recently bought an ERP system http://interactive32.com/cc/erp32/app/index.php and I was planning to change it’s interface but little did I know that it was almost everything written in PHP, even “index”.

Now, I thought index was going to be a .html file as I was used to see with normal websites, and I wanted to make some interface modifications with bootstrap but system files are all in php. The system was build with a ATK Framework and I’ve been told “HTML/CSS is generated by the PHP business logic and the ATK framework” which I honestly didn’t understand at all. As I wrote before, I’m new to coding. I have also been told that I can merge .html code into a .php one so if that’s the only option to modify my interface, I would like to do so.

I have tried to do so but I haven’t completely succeeded, it looks pretty bad when I try to achieve it. I have tried to change that simple login form you see when you go to the website, to this (codepen.io/m412c0/pen/Fybpf). I changed the login part on the ERP32 css file to the one of codepen and merged the .html with .php code but this is all I got.

I would appreciate any help. I know this is a good place to start with. Thank you very much.

So, basically, you are using a system which uses, HTML, CSS, PHP and Javascript as I saw from your page you posted. Several languages to learn all at once since you have no programming knowledge. Hmmm…

Well, this is most likely a good place to start. But, this is a PHP help site. Therefore you have to post some code and ask your questions. I would start small. Simple steps. So, first, look at your index page and figure out what you want to ask first. Use the button “PHP” above to place sample code in for us to look at.

Remember to never post any of your website URL’s, passwords or userid’s. We do not need them to help you with basic code. Just small short questions and samples of the area of code that you do not understand.

Hope we can help… Ask away…

Sponsor our Newsletter | Privacy Policy | Terms of Service