SMS Application Using GSM Modem

Features : Read message. Send Message. Delete Messages. Finally i found the author and Hoping that he is the original source of the tutorial regarding with this because I've seen also the same approach like this. and i didn't know who among of them is the source of all. Credit to Audrey Ruaburo. It Uses AT COMMANDS and it helps you on how to make an SMS application. Please visit and like my page

Chat System Using PHP/MySQL with PDO Query and Ajax

This Chat System will help you, specially to thus programmer who are building their own social networking site. This chat system is very easy to implement, risk free to install. This chat application includes ajax post and load messages, this chat save and load your message without loading the page content. In short this chat content looks like the Facebook chat, the last conversation start at the

Iteration Statement in C# Language

Objective

In this tutorial, we will show you how to use some type of loops in C# language to control the flow of program.

Let's go

In many cases you want to repeat a piece of code multiple times. When you want to repeat code, C# language provides you a number of iteration statements. Iteration statements can execute a block of code zero or more times. Each execution of code is a single iteration.

While statement

How to Create Login Page in PHP/MySQL using PDO Query

Yesterday I posted a tutorial on how to create a registration page using PHP/MySQL with PDO Query. To make some follow up with my registration page tutorial, I decided to create another tutorial on how to create a login page using PHP/MySQL with PDO Query Also. in this tutorial you will also learn how to use php server side validation and how to add filter in PDO Query. Username: admin Password: admin To start this tutorial let’s follow the steps bellow.

Creating Our Database

First we are going to create our database which stores our data. To create a database: 1.