Using PHP

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
User avatar
jPaul
 
 
Posts: 57
Joined: Thu Jun 10, 2021 11:00 am

Using PHP

Post 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?
Many Thanks,
-Paul-
If I wasn't so stupid, I wouldn't have to be so persistent.
User avatar
Pablo
 
Posts: 23228
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Using PHP

Post 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
alan_sh
 
 
Posts: 1820
Joined: Tue Jan 01, 2019 5:50 pm

Re: Using PHP

Post 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
Post Reply