Sourcecode:
<!DOCTYPE HTML>
<html>
<head>
<title>Just an example title</title>
<meta charset="utf-8">
<meta name="description" content="A powerful description.">
<meta name="twitter:title" content="*this should be same as title*">
<meta name="twitter:description" content="*this should be same as description*">
[...]
So my question is, is there a way to use php so, that it "copies" the page title and paste it on other html tags? I'm really new to php and would love to get this done. Thank you for any help.