|
|
Question : How To Optimize Dynamic Web Pages?
|
|
Hi there,
I want to know that how to optimize the dynamic web pages built in php.
I want to change the page Title, Meta Tags and insert some new text in the dynamic pages.
The Title and Meta tags are controlled dynamically through some other file or function.
I don't know PHP so I need help how to put unique title, meta tags and text on the dynamic pages.
I will be very thankful for any help.
Regards bushib
|
Answer : How To Optimize Dynamic Web Pages?
|
|
$PTITLE = "Your Site Home"; $metaContent = " "; $test = "some text here"; ?>
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Just as an example something like this?
|
|
|
|