writing a php ping

http://www.planet-source-code.com/ Step by step: open a socket, design an icmp packet, calculate checksums,….

apache virtual host examples

http://httpd.apache.org/docs/2.0/vhosts/examples.html Several configuration examples about how to create virtual hosts: name based host on one ip, one several ips, running different sites in different ports, ip based virtual hosts,…

five common php database problems

http://www-128.ibm.com/ Discover five common database problems that occur in PHP applications — including database schema design, database access, and the business logic code that uses the database — as well …