What version of the HTML 5 file is the php extension versio

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
ponton.z
 
 
Posts: 129
Joined: Thu Apr 06, 2017 1:22 pm

What version of the HTML 5 file is the php extension versio

Post by ponton.z »

What version of the HTML 5 file is the php extension version of the program and where can you see which version is in the program
User avatar
BaconFries
 
 
Posts: 5325
Joined: Thu Aug 16, 2007 7:32 pm

Re: What version of the HTML 5 file is the php extension versio

Post by BaconFries »

There is no HTML 5 version file. HTML (Hyper Text Markup Language) 5 is the markup language used best for describing the content and appearance of web pages. Whereas PHP is a server sided programming language which requires the server to run PHP so that it can process the use of forms / photo albums that use PHP. You can select the doctype (HTML 5) and others along with the php version in the Page Properties. You can also set the page extension to .html, .htm, .asp and .php you are only required to set to .php as previously mentioned if the page uses any scripts that use PHP.

Example of how HTML5 will look in the source of the page

Code: Select all

<!doctype html>
<html>
<head>
<title></title>
</head>
<body>
<!-- page content -->
</body>
</html>
ponton.z
 
 
Posts: 129
Joined: Thu Apr 06, 2017 1:22 pm

Re: What version of the HTML 5 file is the php extension versio

Post by ponton.z »

But I have a problem with displaying the page and support will pass asking which version of php, so I ask where you can check the version and whether you can change the program
User avatar
Pablo
 
Posts: 21574
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: What version of the HTML 5 file is the php extension versio

Post by Pablo »

Please see this related FAQ:
viewtopic.php?f=10&t=87048
User avatar
crispy68
 
 
Posts: 2737
Joined: Thu Oct 23, 2014 12:43 am
Location: Acworth, GA
Contact:

Re: What version of the HTML 5 file is the php extension versio

Post by crispy68 »

Are having issues with the entire page or just certain things on the page? Does anything on your page need to use php? (ex: like a form) If so, you can set which php version to use in the page properties. Also, make sure that your page extension is set to .php and not .html.

If you are not using any objects that require php, then it has to be something else on your page causing the issues. I would then ask you to provide a demo project of the issue and describe in detail what the exact issues are.
User avatar
BaconFries
 
 
Posts: 5325
Joined: Thu Aug 16, 2007 7:32 pm

Re: What version of the HTML 5 file is the php extension versio

Post by BaconFries »

and support will pass asking which version of php, so I ask where you can check the version and whether you can change the program
This will explain
viewtopic.php?f=10&t=87048
Post Reply