<?php
$url = 'your full url here';
$getCurrentUrl = $_SERVER['SERVER_NAME'] . $_SERVER['REQUEST_URI'];
if (strstr($fullUrl, 'your full url here')):
?>
Place page content here.
<?php else: ?>
Other content here.
<?php endif; ?>
?>
<?php
$url = 'your full URL here';
$afterUrl = $_SERVER['REQUEST_URI'];
if (strstr($afterUrl, 'your partial url here')):
?>
Place page content here.
<?php else: ?>
Other content here.
<?php endif; ?>
?>
<?php if ( "M ON THIS IS URL" ) : ?>
then content here
<?php endif; ?>
how to "??
What is so nice about it?nice !!
You can use query strings, cookies, or other means of tracking state. I recommend you learn how to make an if statement and the basics before learning this.