EZContability is an easy to use personal accounting software with a friendly user interface. Software written in Delphi 7 to help individuals keep track of their budget.
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.
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
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.
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
Web Browser v2.0 offers free and easy to download Web browsers for computers, mobile phones and devices. Share our passion for technology, and download Created By Brahim Timezghine
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
Simple PHP Age Calculator using Datepicker ( Air Datepicker Plugin). Open the 'index.php' file using any text editor then read comments in the the code to learn more. Online Demo Available at codepreview.x10host.com