Inserting Data using PHP into MySQL Database

In this course we will focus on how to INSERT data using PHP into MySQL Database. When inserting data into Mysql Database tables we need to remember the names and types of table columns. For example if you set your field as the name of the person so as expected you must insert string value or if you are referring into the age of a person meaning you need to enter a numeric value.

ASP.NET Data Grid and Crystal Reports

This web application system is helpfull to beginners who would wish to learn how to display data from sql server database on a datagrid and the use of master pages in asp. The project is simple to learn with different method of fetching data: 1. Stored Procedures 2. Sql querries 3. Datasource method Remember to the the web config connection string to your local database instance.I used the sql

Login Page with Shake Effect

This is a simple Ajax PHP login with welcome page using MySQL database and PDO query that will save you from sql injections. If the user log ins with the wrong username or password, the login box will shake. To begin, follow given steps: 1. Extract files and put the folder shakeLogin in your www(wamp) or htdocs(xampp) directory. 2. Open phpmyadmin and create a database named `wall` 3. Go to that

Social Networking Site Project Setup

In this tutorial, I will show you how to set up our project before we start developing a several web pages. First lets create a folder name “philsocial” inside our web server. Since we will be using a Twitter Bootstrap framework, and if you don’t have a copy of this, you can download it here. After downloading, you need to extract it and copy the following folder such as assets, css, fonts and js.

Social Networking Site: Simple Uploading of Profile Picture in the Home Page

In this tutorial, I’m going to show you how to upload profile picture in the home area, and this profile picture will still be available even your navigating in different pages. To start with this application, open our project in local server and look for the “home.php” and open it. This home page will you show when you successfully logged in.