This is truly a beginner type question. If I only wanted to display something only the 'homepage' aka 'index.php', what would the if statement look like?
I want to display a 'Poll Module'. Here is the existing code; I just need help to add an if statement to it so the poll only displays on the home page.
<?php
include_once "/home/content/a/a/r/aaronpais/html/poll/db/booth.php";
echo $php_poll->poll_process(4);
?>
Thx so much




Linear Mode




