Page 1 of 1

MySQL CRUD with Login tool

Posted: Thu Jul 21, 2022 4:13 pm
by Bluesman
Hi Pablo or other expert :D Am new to this and have searched the forum and tutorials for guidance, but still nead a push in the right direction...

What I am doing:
A database for businesses where the users/companies shall be able to sign up and make their own records. They shall also be able to login and manage their records. And of cause an admin that can manage all records.
I have created a wwb project/page where I have placed the MySQL CRUD extension that is connected to a database which is dedicated for this. I shall now start to make the different fields, but noticed that there is no dedicated login for this page.
My first question... shall I make a separate page with the login tool that directs the user to the correct record in some way, or is their another way to make a login for the MySQL CRUD?
It would be to a big help just getting the structure how to connect the different tool for make this work...

Re: MySQL CRUD with Login tool

Posted: Thu Jul 21, 2022 4:57 pm
by Pablo
MySQL CRUD was not designed to be used in combination with the login tools.
So, I don't think it's possible create a separate 'MYSQL CRUD' environment for different users.

Re: MySQL CRUD with Login tool

Posted: Thu Jul 21, 2022 5:12 pm
by Bluesman
Pablo wrote: Thu Jul 21, 2022 4:57 pm MySQL CRUD was not designed to be used in combination with the login tools.
So, I don't think it's possible create a separate 'MYSQL CRUD' environment for different users.
Ok... tnx Pablo. I would be really happy if you can give me your thought how to manage this. Just the tools in combination with MySQL?

Re: MySQL CRUD with Login tool

Posted: Thu Jul 21, 2022 7:55 pm
by Pablo
I think this will require some custom code.

Re: MySQL CRUD with Login tool

Posted: Thu Jul 21, 2022 8:58 pm
by lummis
Just wondering if any of the PHPJabbers scripts either fit, or could be adapted, to meet your needs. Without knowing what type of records the company is trying to record makes it difficult to be more specific but there are often industry specific solutions already out there.

Re: MySQL CRUD with Login tool

Posted: Thu Jul 21, 2022 11:20 pm
by Bluesman
lummis wrote: Thu Jul 21, 2022 8:58 pm Just wondering if any of the PHPJabbers scripts either fit, or could be adapted, to meet your needs. Without knowing what type of records the company is trying to record makes it difficult to be more specific but there are often industry specific solutions already out there.
Hi lummis... tnx for comment. Yes I'm checking arround... jabbers and others... I was interested to see if there was a way to manage this with the tools in WWB in the first hand. In the first hand I shall create a business/client register... than we will see what comes out of that.