Rimmskinator
New Member
- Dec 29, 2014
- 25
- 2
Hey everyone,
so the problem is the fact I would much prefer to enter {web_name} (website name) rather than constantly typing out <?php echo $web_name ; ?>, it's easier and looks neater on code.
Currently has to be done as <?php ?> echo which is annoying
How do I go about using {}{}{}{}{}{}{}{}{}
so the problem is the fact I would much prefer to enter {web_name} (website name) rather than constantly typing out <?php echo $web_name ; ?>, it's easier and looks neater on code.
PHP:
$web_name=''; // Website name or company name.
$web_desc=''; // Website description in title tags
How do I go about using {}{}{}{}{}{}{}{}{}