url

html and URL escape codes

THE HTML CODED CHARACTER SET [ISO-8859-1] 

   REFERENCE        CHAR      DESCRIPTION
-----------      -----     --------------
�-                Unused
	            \t        Horizontal tab

            \n        Line feed
-                Unused

            \r        Carriage Return
-                Unused
             \s        Space
  

long url wrap

symptom: long urls force the table to streatch.

solution: use chunk_split -- Split a string into smaller chunks

ref: http://us3.php.net/manual/en/function.chunk-split.php

Syndicate content