I need a script to create a doorway in php

RedPhonix

Junior Member
Joined
Jul 28, 2024
Messages
120
Reaction score
52
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?
 
Back
Top