PHP and WYSIWYGWB

All WYSIWYG Web Builder support issues that are not covered in the forums below.
Forum rules
IMPORTANT NOTE!!

DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.



PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Post Reply
agilefalcon
 
 
Posts: 15
Joined: Tue Jan 25, 2022 8:38 pm

PHP and WYSIWYGWB

Post by agilefalcon »

I am trying to get a form to work.
How do I determine what version of PHP WYSIWYGWB is using? And does this have to be the same on my host (HostGator)?
I've searched the Help and PHP really isn't talked about except in passing - nothing about what is being used by the app.
Where do I find info on PHP in this app? It isn't in Page properties or Site properties.

What are the key points of using PHP (such as the form wizard) and coordinating that with my host server?

Thank you.
User avatar
BaconFries
 
 
Posts: 5864
Joined: Thu Aug 16, 2007 7:32 pm

Re: PHP and WYSIWYGWB

Post by BaconFries »

How do I determine what version of PHP WYSIWYGWB is using? And does this have to be the same on my host (HostGator)?
That will depend on the version of the software you are currently using. The latest version of the software WWB20.x.x uses PHP 8.x.x so your host should be running PHP 8.x.x. When using any scripts that use PHP from within the software or externally the page extension should be set to .php.
You cannot "Preview" php locally as it is a "Serverside" script and requires it to be processed by the server so you will need to publish to your host to see the results.
You can use the likes of xammp which is basically a server that you can run locally on your PC for test purposes (no support given) as you should understand how to install and use yourself. For what version of PHP your hosting uses please contact them.
See note at the following for WWB18 and older.
PHP version compatibility
User avatar
AliGW
 
 
Posts: 142
Joined: Thu Dec 19, 2024 3:41 pm

Re: PHP and WYSIWYGWB

Post by AliGW »

It's probably also worth mentioning that you'll need to set your page extension to php and not html in page properties. I think a lot of people forget this.
Ali
Retired, but still loving to learn & very busy.
https://alisongwright.me.uk
Novice with WWB, but was an avid user of Serif WebPlus before.
Fairly expert at Microsoft Excel (but not VBA).
agilefalcon
 
 
Posts: 15
Joined: Tue Jan 25, 2022 8:38 pm

Re: PHP and WYSIWYGWB

Post by agilefalcon »

Thank for the help.
There were several issues with the host set up. Most of that is fixed now, though I'm not getting the emails from the form. I read the FAQ and now I will figure out what Mail Engine they are using and so forth.
Everything was working on my old host, but just recently migrated from iPage to Host Gator. It's been a challenge.

Chris.
Post Reply