Ask a Question related to PHP Development, Design and Development.
-
Matthias Esken #1
Re: <title> value from PHP
"ease" <ease@wanadoo.fr> schrieb:
Not without some very complex coding with output buffering.> How PHP code can get <title> value from the container HTML page ?
May I suggest a simpler solution? The easiest way would be to define a
variable
$title = "Title of the page";
at the start of the document. Then you can write
<title><?php echo($title) ?></title>
and access the variable $title later in your PHP code.
Matthias
Matthias Esken Guest
-
title tag
Could you advise me whether in Contribute 3 or 4 there is now an editable title attribute in the link properties dialogue box? I only have... -
not able to annot title
hi, objPage = (Acrobat.CAcroPDPage)objPDDoc.AcquirePage(k); int anot = objPage.GetNumAnnots(); for (j = 0; j < objPage.GetNumAnnots() ; j++) ... -
Title bar problems
hi guys when i publish my movie in fulscreen mode i get the title bar with the exit button vivible. how do i get rid of this? i want to just have... -
msgbox title
In my ASP script I call Javascript for a msgbox after the user has submitted the form of their resume information. I saw this example as a way to... -
Fastest way to get a the string between <title> </title>
Hello, I have in my strHtml a html page. so what is the fastest way (with XML Read?) to get the "myValue" between <title>myValue</title> ...



Reply With Quote

