is this a good idea?
Posted: Mon Jun 24, 2002 8:54 pm
is it a good idea to put a lot of "if" functions on your sidebars,
like:
<a href="newsup.php">
<font face="Tahoma" color="black" size="1">
<?php
if ( is_dir("newsup"))
print "NewsUpdate";
?>
</a>
</font>
or will it take to long to load?
is there a much much much better way?
like:
<a href="newsup.php">
<font face="Tahoma" color="black" size="1">
<?php
if ( is_dir("newsup"))
print "NewsUpdate";
?>
</a>
</font>
or will it take to long to load?
is there a much much much better way?