Page 1 of 1

WB17 and PHP examples

Posted: Sun Jan 23, 2022 10:21 am
by DWG
Dear ,
for who is interested I created some php code that can be used
1) WB17 + PHP8 + bootstrap5 is used and code works on windows11 , raspberry ( linux ) , hostfree :make sure that you have r/w rights !!!
2) WB17 is used for design
what is possible
- login , logout => users data is inside a textfile
- carousel => can be changed dynamic
- WIG_help => show some help of used functions WIG_*
- change color => data is inside a textfile
- menu => links can be changed at anytime
-sonos => little example
- reuse objects that can be called from another page linked with a php function
datatables inside html object with sort , modifying using java code
mysql is also added

Regards ,
Georges

Re: WB17 and PHP examples

Posted: Mon Jun 20, 2022 8:45 am
by Oscar
Interesting.
Where is that code?
Oscar

Re: WB17 and PHP examples

Posted: Wed Jun 22, 2022 3:56 pm
by DWG
Dear ,
link to download the code :
https://www.mediafire.com/file/062zdyg7 ... 7.ZIP/file

meanwhile code is extended with other options ( for fun ) but you need to know php and used version is 8 => very important as creating an array it is different
I do not logon often so if you want the code it can be provided let me know
meanwhile you can change any object color/textsize/rounded whatever ...
left click shows an menu using WB17 , see below what is included
foreach(explode(" ","incl_functions.php incl_javascript.php incl_mysqli.php bootstrap_513.css bootstrap_513.js toastr.css toastr.js sweetalert.min.js datatables.min.js datatables.min.css") as $my_include)

found howto integrate php code inside the used menus , reuse objects from other pages
be aware when using it it won't run at first sight , i can help on this
Best regards ,
DWG