Current URL is
<?php include ("/home/domain/public_html/create/dogs.php"); ?>
I want to do this:
<?php include ("/home/domain/public_html/create/<?php $partURL; ?>s.php"); ?>
$partURL is predefined. Just need to parse the php include within the above URL to parse correctly
You can do like this
You can not use php tag with in a php tag like
<?php <?php ?>?>