PHP/MySQL

Social Networking Site: Loading the User Basic Information

Submitted by GeePee on
This tutorial, is a continuation of our previous topic called “Social Networking Site saving basic Information”. But this time we’re going to focus on how to load all the save information from the database. And it looks like as shown below: To start with this tutorial, open our project folder and select the file called “info.php”.

Applying Object-Oriented Programming in PHP Pagination

Submitted by GeePee on
This tutorial is a continuation of our previous tutorial called “PHP Pagination”. At this time we’re going to focus on how to perform Pagination using Object-oriented Programming in PHP. Using this OOP we can minimize our code in creating a PHP pagination in our all web pages especially when we are developing a big system. To start with this application, open our file in the document root called “pagination”. Then, we are going to create a new folder called includes.

Social Networking Site: Adding a Delete control for Comment and Sub comment

Submitted by GeePee on
This tutorial, is a continuation of our previous topic called Social Networking Site: Adding a Sub-comment to a specific Post. But this time, I’m going to show you how to add a delete command of comment and sub comment. To start with this course, open our philsocial folder from the document root and open the home.php file. And inside the well class above all of the codes for comment and sub-comment well creates a function called “date_toText”.

Advanced Web Store Using PHP/MySQL

Submitted by donbermoy on
This is an Advanced Web Store of Dadad's Merchandising, a food establishment providing food ingredients. This is designed like the lazada.com as having the shopping cart and an online ordering system. The features of this system are the following: - order product online - add, edit, delete product - shopping cart designed - search product in home tab - send order confirmation via email - manage

Product Information System in PHP/MySQL (Shopping Cart)

Submitted by donbermoy on
This is a Simple Product Information System that is capable of adding products with product name, product price, category, sub category, product details. This system can also add image of the product you wanted to add. Then the added products will go to its home tab with its information and images to be the list in shopping cart. Note that this system is not yet complete because i haven't done

How to Export MySQL Data in CSV/Excel File using PHP/MySQL

Submitted by joken on
This tutorial is a continuation of our last topic called “How to Import CSV/Excel File into MySQL Database using PHP”. But this time, we will be focusing on how to Export MySQL Data into Excel file. To do this application open our last project called “excel”. At this time, we will modify the index file. To do this, open the “index.php” and add the following code above the table tag.

Hans Hotel Reservation System

Submitted by joken on
The Hans hotel reservation system is created by the BSIT 4th year student as their final requirement in capstone subject. This Reservation system allows the guest to select rooms, view rooms, accomodations and reserve rooms. And this system also has an admin side where in the admin has a user management system and has the option in viewing all the reservation records by the guest. In order to

Multiple Delete Data Using PHP/MySQL and PDO Query

Submitted by argie on
This tutorial will teach you on how to create an application in PHP/MySQL using PDO query that delete multiple data using checkbox as selector. I used checkbox as a selector in every row that u want to delete from database table. To understand more about this tutorial, fallow the steps bellow.

Creating Our Database

First we are going to create our database which stores our data. To create a database: 1. Open phpmyadmin 2. Then create database and name it as "pdo_ret". 3.

Delete Data Using PHP/MySQL with PDO Query

Submitted by argie on
This tutorial will teach you on how to delete data from database table. I used PHP/MySQL with PDO query in this delete system. To start this tutorial fallow the steps bellow:

Creating Our Database

First we are going to create our database which stores our data. To create a database: 1. Open phpmyadmin 2. Then create database and name it as "pdo_ret". 3.