Vue.js Insert Data into MySQL Database using PHP

Submitted by nurhodelta_17 on
This is the second part of my Vue.js CRUD tutorial wherein we are going to insert data into our database. I'll be making a customize modal with some styles from bootstrap to showcase how to hide/show a div using vue.js. In this tutorial, with the help of axios, we're gonna insert data into our database using our API.

PHP Ajax MySQL Search Form

Submitted by Obro Megh on
Functionality: 1. Real Time search and show the result on page with Ajax. ;) 2. Simple Style. Installation First create the database and make table using this SQL code below. CREATE TABLE countries ( id INT NOT NULL PRIMARY KEY AUTO_INCREMENT, name VARCHAR(50) NOT NULL ); In countries table what you put in name column it will be the search result and so on. ;) Then, Just change the backend-search

Vue.js Fetch Data from MySQL Database using PHP

Submitted by nurhodelta_17 on
This is the first part of my Vue.js CRUD tutorial where in we are going to fetch table data from our MySQL Database using Vue.js with PHP. Vue.js is a javascript framework that is used in making Single-Page Applications and is very good in front-end development. In this tutorial, with the help of axios, we're gonna fetch our data from our API.

PHP MySQL Login System

Submitted by Obro Megh on
Functionalities: 1. Login. 2. Sign Up. 3. Dashboard. Installation It is pretty easy to install.First create the database and make table using this SQL code. CREATE TABLE users ( id INT NOT NULL PRIMARY KEY AUTO_INCREMENT, username VARCHAR(50) NOT NULL UNIQUE, password VARCHAR(255) NOT NULL, created_at DATETIME DEFAULT CURRENT_TIMESTAMP ); Then just change the config.php dbname to your database

LaraBlogger - Laravel Blogging, CMS abd CRUD Generator

Submitted by Kibb on
LaraBlogger is a Blogging CMS Template with CRUD generator Build in Laravel 5.5 Framework, With LaraBlogger you can build a new blog easly, or you can integrate to an existing webiste with ease. Features. Fully Responsive. CRUD Functionality Admin Panel Build in Voyager. Built with Laravel Framework, PHP/MySQL & HTML5/CSS3. Post Management. Modern and User friendly UI, SEO (Search Engine Optimized

GST Accounting Software | Basic Version (Industrial)

Submitted by Sagar Maher on
GST Accounting Software Prerequisites :- .NET Framework 4.5 SAP Crystal Report Runtime 2015. SQL Server 2005 Running The GST-CVIPL Code (Installation) : 1. Download the GST-CVIPL Industry.zip 2. Extract Zip file. 3. Start Visual Studio 2012 or Greater Version of Visual Studio as Administrator. 4. Access project file using visual studio : File->Open->Project/Solution 5. Open project by using GST