Skip to main content
sourcecodester logo

Main navigation

  • Home
  • Blog
  • Projects
    • C# Projects
    • PHP Projects
    • Visual Basic Projects
  • Programming
    • Python
    • PHP
    • Visual Basic .NET
    • Visual Basic
    • C#
    • Java
    • JavaScript
    • C/C++
    • ASP/ASP.NET
    • HTML/CSS
    • Microsoft Access
    • Assembly
    • Assembly
    • Delphi
    • Other
    • SAP/ABAP
    • SQL
    • Visual FoxPro
  • Compilers
    • Online Python Compiler
    • Online PHP Compiler
    • Online JavaScript Compiler
  • Mobile
    • Android
    • Firefox OS
    • Windows Phone
    • iOS
  • Tutorials
    • ASP/ASP.NET
    • C#
    • C/C++
    • HTML/CSS Tutorial
    • Java Tutorial
    • JavaScript Tutorial
    • PHP
    • Python
    • Visual Basic .NET
  • Contact
  • Submit Code
  • Log In

PHP - File Upload in SQLite3

Submitted by razormist on Thu, 12/19/2019 - 12:09
Learn on how to create a File Upload in SQLite3 using PHP. An advance php coding technique that use SQLite database to upload files. This is useful when you want to upload any file in your local database storage.
  • Read more about PHP - File Upload in SQLite3
  • 2 comments
  • Log in or register to post comments
  • 1022 views

PHP - Hour To Month Converter

Submitted by razormist on Thu, 12/19/2019 - 10:21
Learn on how to create a Hour To Month Converter using PHP. A basic php script that can convert hour value into a month format. This is a helpful tips when you want to know the total hour in a month.
  • Read more about PHP - Hour To Month Converter
  • Log in or register to post comments
  • 104 views

JavaScript - Remove Entry Using AngularJS

Submitted by razormist on Wed, 12/18/2019 - 14:30
Learn on how to create a Remove Entry using AngularJS. An advance JavaScript coding technique that use AngularJS plugin to remove entry in a table row. This is a useful when you try remove a specific data in the table.
  • Read more about JavaScript - Remove Entry Using AngularJS
  • Log in or register to post comments
  • 72 views

PHP - Display Data By Brand In SQLite

Submitted by razormist on Tue, 12/17/2019 - 13:30
Learn on how to create a Display Data By Brand In SQLite using PHP. An advance php coding technique that use SQLite database to filter a data in the SQLite table. This is helpful when you want to find view data that you want in the table.
  • Read more about PHP - Display Data By Brand In SQLite
  • Log in or register to post comments
  • 171 views

JavaScript - Populate HTML Table With Arrays

Submitted by razormist on Tue, 12/17/2019 - 11:19
Learn on how to create a Populate HTML Table With Arrays using JavaScript. An advance javascript code that populate table with arrays. This is helpful when you want to display some data that works using arrays.
  • Read more about JavaScript - Populate HTML Table With Arrays
  • 1 comment
  • Log in or register to post comments
  • 5319 views

JavaScript - Delete Data In Multidimensional Array

Submitted by razormist on Mon, 12/16/2019 - 22:23
Learn on how to create a Delete Data In Multidimensional Arrayusing JavaScript. An advance JavaScript code that can delete multidimensional array object. This is useful when you are working on multiple array object as your temporary data storage.
  • Read more about JavaScript - Delete Data In Multidimensional Array
  • Log in or register to post comments
  • 141 views

JavaScript - Add Entry To Table Using AngularJS

Submitted by razormist on Mon, 12/16/2019 - 16:51
Learn on how to create a Add Entry To Table using AngularJS. An advance JavaScript coding technique that use AngularJS plugin to add new entry to table. This is a helpful trick when you want to add an entry without the use of databases.
  • Read more about JavaScript - Add Entry To Table Using AngularJS
  • Log in or register to post comments
  • 69 views

CRUD - Basic Add, Edit, Delete Using PDO PHP

Submitted by Donna Marie Andario on Mon, 12/16/2019 - 14:55
The Basics of the PHP PDO Create, Read, Update and Delete. Download the code and paste it to your htdocs. To view the Tables: Type in the address bar - localhost/pdofinal To view Login Type in the address bar - localhost/pdologin
  • Read more about CRUD - Basic Add, Edit, Delete Using PDO PHP
  • Log in or register to post comments
  • 885 views

PHP - Sort Data In SQLite3

Submitted by razormist on Mon, 12/16/2019 - 10:33
Learn on how to create a Sort Data In SQLite3 using PHP. An advance php coding technique that use SQLite database to sort data in the HTML table. This is helpful when you want to sort a data in the table.
  • Read more about PHP - Sort Data In SQLite3
  • Log in or register to post comments
  • 201 views

PHP - SQLite Login App

Submitted by razormist on Mon, 12/16/2019 - 10:33
Learn on how to create a SQLite Login App using PHP. An advance php coding technique that use SQLite database to login user account This is useful when you to add login function for accessing your application.
  • Read more about PHP - SQLite Login App
  • Log in or register to post comments
  • 160 views

Pagination

  • First page « First
  • Previous page ‹ Previous
  • …
  • Page 370
  • Page 371
  • Page 372
  • Page 373
  • Current page 374
  • Page 375
  • Page 376
  • Page 377
  • Page 378
  • …
  • Next page Next ›
  • Last page Last »
Subscribe to

Share Source Code or Tutorial

Do you have source code, articles, tutorials or thesis to share? Submit it here by clicking the link below
 

Submit now...

Popular Source Code

Online Hotel Reservation System in PHP/MySQLi with Source Code
Free school management software
Student Result Management System using PHP and MySQL
Free and Open Source inventory management system php source code
Billing System Project in PHP Source Code Free Download
Best employee management system in php
Web-based Pharmacy Product Management System using PHP and MySQL Database
Online Learning Management System using PHP/MySQLi with Source Code
Inventory Management System in PHP with Source Code
Best salon management system project in php

User account menu

  • Log in

Book navigation

  • SQL Tutorial
  • PHP Tutorial
  • CodeIgniter Tutorial
  • Android Tutorial
  • Visual Basic Tutorial
  • C# Tutorial
  • CSS Tutorial
  • Learn C in 15 Days
  • Object Oriented Programming in C++
  • Data Structures in C++
  • Fundamentals of C Language
  • Learn Object Oriented Programming in C++
  • Java Tutorial
  • Python Tutorial

Recent content

  • How to Find the Larger String Without Using Built-in Functions in Python
    17 hours 58 minutes ago
  • Connect Four (Multiplayer Game) Using Pygame in Python
    18 hours 10 minutes ago
  • How to Find the Average of a List in Python
    6 days 17 hours ago
  • Space Battle Game Using Pygame in Python with Source Code
    6 days 17 hours ago
  • Atari Breakout Clone Game Using HTML, CSS, and VanillaJS with Source Code
    1 week ago
  • How to Append Random Numbers (1–20) to a List in Python
    1 week ago
  • Readability Score Checker Using HTML, CSS and JavaScript with Source Code
    1 week ago
  • Random Security Question Generator Using HTML, CSS and JavaScript with Source Code
    1 week ago
  • User Registration and Login System Using HTML, CSS and JavaScript with Source Code
    1 week 1 day ago
  • Coffee to Water Ratio Calculator Using HTML, CSS and JavaScript with Source Code
    1 week 1 day ago
Advertise Here | FAQ | Forums | About Us | Hire Us

Privacy Statement | Disclaimer | Terms and Agreement