seodoorway
Newbie
- Dec 8, 2014
- 19
- 0
I would like to do a lot of doorway through a php script template.
<title>{TITLE} - {MY_TITLE}</title>
<meta http-equiv='Content-Type' content='text/html; charset=windows-1251'>
<meta name='description' content='{MY_DESCRIPTION}, {TITLE}'>
<meta name='keywords' content='{MY_KEY} {KEY2} {TITLE} {KEY3} {KEY} {KEY1}'>
</head>
The test will take through get requests.
mydomain.com/doorway.php?key=casino
Who can give a script?
<title>{TITLE} - {MY_TITLE}</title>
<meta http-equiv='Content-Type' content='text/html; charset=windows-1251'>
<meta name='description' content='{MY_DESCRIPTION}, {TITLE}'>
<meta name='keywords' content='{MY_KEY} {KEY2} {TITLE} {KEY3} {KEY} {KEY1}'>
</head>
The test will take through get requests.
mydomain.com/doorway.php?key=casino
Who can give a script?