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
WB17 and PHP examples
Forum rules
This section is to share tips, tricks and tutorials related to WYSIWYG Web Builder.
Please do not post questions or problems here. They will not be answered.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
This section is to share tips, tricks and tutorials related to WYSIWYG Web Builder.
Please do not post questions or problems here. They will not be answered.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
Re: WB17 and PHP examples
Interesting.
Where is that code?
Oscar
Where is that code?
Oscar
Re: WB17 and PHP examples
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
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