include PHP code

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
hermes111301
 
 
Posts: 1
Joined: Fri Dec 11, 2020 3:21 pm

include PHP code

Post by hermes111301 »

Hello,

I want create site web dynamics with database mysql.
i want include tag <?php echo "$article;" ?> in "LayoutGrid" content for examples Miscellanous "articles".

But i don't put the tag <?php echo $article;" ?> only Before tag, Inside Tag, After tag and custom style.

How i can put my code php in:

<div id="Article1" style="overflow:hidden;">
<div class="blogitem">
<span class="blogsubject"><a href="javascript:popupwnd('','no','no','no','no','no','no','','','','')" target="_self">Une introduction à la grille de mise en page - Partie 1</a></span>
<div class="blogdate">Friday, December 11, 2020<br></div>

<!--- here for examples -->
<div class="no-thumb"> <?php echo $article;" ?></div>



<br>
</div>
<div class="clearfix visible-col1"></div>
</div>

best regards
User avatar
Pablo
 
Posts: 21707
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: include PHP code

Post by Pablo »

You cannot put code inside a random position of the code.
WYSIWYG Web Builder is not an HTML editor, so the HTML does not exist until you preview or publish the page.

But you can add your own code via an HTML object or Page HTML.
https://www.wysiwygwebbuilder.com/add_html.html
Post Reply