Cyclic Redundancy Check

This post is to explain in common language what is CRC when it comes to data transfer across networks. This is a Networking related term but everyone can get a little understand about how error detection and correction occurs in data communication systems by reading what I’m about to say. We all know data has […]

Read More

Connect to database in php

< ?php /* Created BY Vincent Amedekah This a simple script l've created to help anyone who might need help connecting to database in php Things to look out for 1: "die()" will exit the script and show an error statement if something goes wrong with the "connect" or "select" functions. 2: A "mysql_connect()" error [...]

Read More