Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.
css file
im working in a css file and im having trouble with a script being used in multiple pages which i dont want it to be in. i know i need to define a if else statement but im unsure how to do it. this is what i need.
If (((the page is equal to index.php))) then include welcome.php else die
i need help with what goes into the parenthesis. heres a snippit of my code.
<?php include("welcome.php"); ?>
thats the code i want to include IF the page is index.php.