[thelist] Best way to resell hosting?

Scott Dexter sgd at ti3.com
Thu Feb 1 13:30:48 CST 2001


> Now, I am going to attempt a tip, and I am relatively new 
> here, please be 
> gentle if I've done it wrong.

ya done great =) though I'm re-tagging it so it gets picked up (eventually)
by our automagic Tip Harvester

 
<tip>
 If using php with XHTML and the server has short tags *on,* 
 remove the 
 first line:
 
 <?xml version="1.0" encoding="UTF-8"?>  //remove this for php 
 enabled servers
                <!DOCTYPE html
                     PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
                    "DTD/xhtml1-strict.dtd">
                <html xmlns="http://www.w3.org/1999/xhtml" 
 xml:lang="en" 
 lang="en">
 
 and the document will validate as well as render without 
 parsing errors.
</tip>

=)

sgd




More information about the thelist mailing list