It is used in html code. This quote {} used for connect php code. If you know how to use pls tell me. What is that code and how to use. Thank alot!<h1>{SITENAME}</h1>
<p>{SITE_DESCRIPTION}</p>
<p style="display: none;"><a href="#start_here">{L_SKIP}</a></p>
How to use this code?
Moderator: General Moderators
How to use this code?
Please check this code:
Re: How to use this code?
If im reading that correctly, that is from a template html file which gets included by a php template class. The variables are define in the php page prior to loading of the template.
How to make a simple HTML template engine in PHP
This link gives a basic understanding of what is going on.
How to make a simple HTML template engine in PHP
This link gives a basic understanding of what is going on.
Re: How to use this code?
Thank you! That is correct! By using function and template file include replace words, we can do that. More in this link: