- Impact
- 0
i have this page check
i need this instead:
if (page is not catalogo.php and is not contattaci.php)
how to write it in PHP?
thank You
.
Code:
if ($curPageName != "catalogo.php") {
echo ("<script type=\"text/javascript\" src=\"js/swfobject.js\"></script>");
echo ("\n");
echo ("<script type=\"text/javascript\" src=\"js/swfobject_modified.js\"></script>");
echo ("\n");
}
i need this instead:
if (page is not catalogo.php and is not contattaci.php)
how to write it in PHP?
thank You
.








