Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Software Development
Programming
Programming Q&A
[PHP] Variables
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Rimmskinator" data-source="post: 320195" data-attributes="member: 55314"><p>Hey everyone, </p><p>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.</p><p></p><p>[PHP]$web_name=''; // Website name or company name.</p><p>$web_desc=''; // Website description in title tags[/PHP]</p><p>Currently has to be done as <?php ?> echo which is annoying</p><p></p><p>How do I go about using {}{}{}{}{}{}{}{}{}</p></blockquote><p></p>
[QUOTE="Rimmskinator, post: 320195, member: 55314"] 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. [PHP]$web_name=''; // Website name or company name. $web_desc=''; // Website description in title tags[/PHP] Currently has to be done as <?php ?> echo which is annoying How do I go about using {}{}{}{}{}{}{}{}{} [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Software Development
Programming
Programming Q&A
[PHP] Variables
Top