use variables in mysql CRUD

This section is for posting questions which are not directly related to WYSIWYG Web Builder.
Examples of off topics: web server configuration, hosting, programming related questions, third party scripts.

Note that these questions will generally not be answered by the administrators of this forum.
Post Reply
ISSPfeiffer
 
 
Posts: 19
Joined: Tue Jan 21, 2020 6:42 pm

use variables in mysql CRUD

Post by ISSPfeiffer »

Hi,
I can define for example the mysql connection parameters in plain text in mysql CRUD Form.

But I want to use it for other companies (databases) too.

Can I user global variable ( $_SESSION["xx"] to define the database and the oher connecion parameters ?

Best regards
Uwe
User avatar
Pablo
 
Posts: 21708
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: use variables in mysql CRUD

Post by Pablo »

I'm sorry, I don't think that is possible.
The extension was not designed to take this into account.
ISSPfeiffer
 
 
Posts: 19
Joined: Tue Jan 21, 2020 6:42 pm

Re: use variables in mysql CRUD

Post by ISSPfeiffer »

Thanks for your answer...
Post Reply