Making a simple client portal mySQL & PHP
Hi all! Newbie here and I’m trying to make a simple client portal using mySQL & PHP but I’ve hit some broader issues that I’m hoping some of you may be able to point me in the right direction.
I run a small building & design company and I want my clients to be able to log into a portal to see the status of their project(s).
On their page, I want 4 sub-pages which go to various stages like
- design
- technical
- building
And within each of those stages, a list of all of the relevant details per stage so for planning for example, they can see
- the names of the design team
- the telephone numbers of the design team
- simple yes/no/tbc for each of the team as to whether they’ve finished their part of the work or not
They won’t need to dynamically interact with any of it, it’s just a basic read-only tracker of theira project.
So far I’ve constructed the basic login/logout mechanism and a landing page, but now I’m stuck.
I have the mSQL basic database with the relevant tables set up ie one for projects, one for clients, one for each of the stages. I’m not sure how I pull information from the database based on the login of the user and their relationship to the information in the tables above.
For the record, I’ve looked at premade CMS systems, project management plugins, premade PHP stuff, but nothing is quite right, which is why I’m trying to do this myself.
Can anyone help/point me in the right direction?
Thanks
Jon