Hello!
I am getting started in PHP coding and I desperately need a hand with this issue:
I am managing a PHP custom made CMS website for kinesiologists. The system has worked on this website years ago and he is not around anymore, and I have no chance to contact him.
https://colegiokinesiologos.com/profesionales/sistema.php
This website is an exclusive system for kinesiologists to visualize recepits, payrolls, generate certifications, etc. The user database is on MySQL, which I have access to.
The problem is, I need to add new users to the database, the only way I can do it is via MySQL. I fill in all the blanks correctly but the user won't be generated, when I try to login with a user I created, it wont login as if it didnt exist.
I am trying to find out the way the last programmer added users... maybe there is a custom section created in order to do this (I went through all the files and I couldnt find an option to do this).
In addition, I need to create a similar CMS plataform. Any tip on what is the best way to build a plataform like this?
I would need support with this as soon as possible.
Thank you in advance