php

PHP - OOP Inserting Multiple Rows in One Form using AJAX/jQuery

Submitted by nurhodelta_17 on
This tutorial will teach you how to insert multiple rows in MySQL Table using AJAX/jQuery. The code is written in PHP using MySQLi OOP(Object-oriented Programming). With the use of AJAX/jQuery, we can insert row into our database without reloading the page.

PHP Laravel, Angular.js Ecommerce Platform

Submitted by ToRoo on
This is a e-commerce platform I made mostly using Laravel 5.4 and Angular.js Source code https://github.com/tortuvshin/boxshop Follow @tortuvshin Features Multiple language display for front and back end Automatic cross sell / up sell / related product offerings Open Source Social Media Integration Unlimited Categories Unlimited Products Related Products, Recommendations for you in our categories

Garage Management System

Submitted by Mhecha on
Garage Management System Author: Joseph Mhecha and Salome Ngonde (Diploma in Information Technology holders at Teofilo Kisanji University - Mbeya) email: [email protected] PNo: +255765102244 Case study area: The Garage of Mbalizi Technical College (Mbeya-Tanzania) About: Garage Management System is type of system based on web application development which is dealing with all the activities

How to use SQL Limit to Limit Results in PHP/MySQLi

Submitted by nurhodelta_17 on
The use of limit limits the number of results of your MySQL Query and is usually at the last part of your SQL. This is most applicable if for example, you want to get the top selling product, you just need to order the result then limit it by 1. This tutorial will teach you how to use this limit. Note: Bootstrap CSS and script used in this tutorial are hosted, therefore, you need internet connection for them to work.

Creating our Database

First step is to create our database. 1. Open phpMyAdmin. 2.