Adding PHP Code in WB pages

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
VPXMedia
 
 
Posts: 15
Joined: Wed Apr 06, 2022 7:39 am

Adding PHP Code in WB pages

Post by VPXMedia »

Hi,

Is there an easy way to add PHP code in WB-17 pages directly from the program without using external editors such as Notepad++ after publishing the file?

I want to add PHP shortcodes (for example: <?php echo ($array["TotalQuantity"]); ?>) within the rows in a table to display certain figures from a business news feed.
User avatar
Pablo
 
Posts: 21708
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Adding PHP Code in WB pages

Post by Pablo »

You can insert custom code via Page HTML or the HTML object.
https://www.wysiwygwebbuilder.com/add_html.html

Note however that WWB is not an HTML editor. This means that the internal HTML does not exist until you publish the page.
Post Reply