[thelist] Table Height

Ben Phillips ben at inchima.com
Mon Jul 1 10:40:01 CDT 2002


> I am not the person to answer that!

neither am i ken. couldn't you have posted your question to a web
developers mailing list instead of sending it to all of us? ;)

<tip type="hosting" author="benji">
when you are hosting a site on a shared server (or even on a dedicated
one!), make sure that you check the site regularly to ensure it is still
working as you expect. some hosters have a habit of changing the
settings on the server which will change the way your web site works, or
maybe a security patch changes things.

in php, use get_cfg_var() and ini_get() to detect server settings, and
provide back up code in case settings do get changed. this also
increases the portability of your code should you need to move the site
to another host.
</tip>





More information about the thelist mailing list