PHP/MySQL/HTML Login Form

Introduction: This tutorial will cover creating a login form with PHP/MySQL/HTMl. Pre-creation: First you need to have some user accounts stored in a database, you can check out my profile for a tutorial on creating a register form. Steps of Creation: Step 1: First we need to connect to the database holding the user accounts... mysqli_connect uses the parameters; server, username, password* Step 2

Cybersecurity Will Become More Complex in 2014

Cybersecurity will be more complicated this 2014 and this will be a bad news for businesses and associates which surrounds the current society. ISACA, a non-profit association believes that IT professionals and cybersecurity experts must consider superb privacy in data handling as well as to generate actions to settle data issues. "The pace of change expected in 2014 will put incredible pressure

LAN Base Chatbox by: Zidax Fixed

This chatbox will allow you to chat with your friends or classmate even your teacher using LAN or Local Area Network by using the IP address of the owner of this chatbox. You can access this chatbox by typing the LAN Ip Address of the Owner. You can write your name or codename on the first blank box at the top then write your message in the lower box after the chat window. You can download this

PHP Basic Syntax

Introduction: This tutorial will cover the basic syntax of PHP files. What is syntax? Syntax is defined as "the structure of statements in a computer language." and as such refers to the format of the given scripts. Importance of correct syntax Having correct syntax in any script is extremely important.

AutoNumber in a TextBox

An AutoNumber is very useful in Programming Languages. Why? It’s because, their's no need for you to set the unique Id and the program will automatically set it for you. When you are saving records in the database, the records will be organized and it won’t be redundant because they have their own unique Id by using this AutoNumber. So , in this tutorial I will create an AutoNumber in a TextBox.