Topic: Use {title} in different code
Hello! How can I use the text into {title} in different code.
For example, I need use various {title} in <HEAD> of my page.
news.php
<?php
include("news/show_news.php");
?>
Dear CuteNews Users! Please feel free to contact us via our new Feedback Form and please send information about bugs to our bug tracker.
You are not logged in. Please login or register.
CutePHP Forums → Script Feedback and Suggestion → Use {title} in different code
Hello! How can I use the text into {title} in different code.
For example, I need use various {title} in <HEAD> of my page.
news.php
<?php
include("news/show_news.php");
?>
Hello! How can I use the text into {title} in different code.
For example, I need use various {title} in <HEAD> of my page.news.php
<?php
include("news/show_news.php");
?>
Hey!
Do you mean putting a different code within a HTML document?
If so you simply wrap that piece of code with tags, eg.
<html> codeinhtml
<php> codeinphp </php>
</html>
The <title> tag defines the title of the document. The title must be text-only, and it is shown in the browser's title bar or in the page's tab. The <title> tag is required in HTML documents!
visit here
CutePHP Forums → Script Feedback and Suggestion → Use {title} in different code
Powered by PunBB, supported by Informer Technologies, Inc.
The pun_antispam official extension is installed. Copyright © 2003–2009 PunBB.