Page 1 of 1

Using PHP

Posted: Mon Dec 09, 2024 3:29 pm
by jPaul
Hi everybody,

I plan to have a MasterPage that will also include two Dialog objects that will be called as popup forms. A Log-In form and a Register form. Rather than useing eMail procedures, I plan to use PHP and MySQLi statements to locate/update individual tables.

Can someone point me to an actual template that follows this approach that I can study?

Re: Using PHP

Posted: Mon Dec 09, 2024 3:55 pm
by Pablo
If you want to write custom PHP code, a solid understanding of PHP is essential.
There are no pre-made templates available to guide you in writing PHP code.
However, any PHP code that works in other tools or platforms will also function in WWB

Re: Using PHP

Posted: Mon Dec 09, 2024 5:01 pm
by alan_sh
Just one point. If the master page is using PHP, every other page that uses that master page must have a PHO extension.

Alan