“Social networking sites and online communities are getting so popular and so crowded that I risk to loose my sense of direction among such a crowded space. A map, this is a solution!” (via)
My DOTD: MS SQL vs. PHP: 4096 is the (default) limit
Small tip: when getting data from a MS SQL Database through PHP you’ll notice that your data gets chopped. First thought that the datatypes of the fields weren’t sufficient enough to hold the data, but the text datatype can hold up to 2ˆ31 – 1 characters and the data was stored correctly in the database …
Continue reading “My DOTD: MS SQL vs. PHP: 4096 is the (default) limit”