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 - Sort Data Using PDO

Submitted by razormist on Fri, 01/10/2020 - 21:38
Learn on how to create a Sort Data using PDO. An advance php script that can sort data in table row with the use of PDO query. This is helpful when you want to sort a specific data row that needed to be display first.
  • Read more about PHP - Sort Data Using PDO
  • Log in or register to post comments
  • 1200 views

JavaScript - Simple Shuffle String

Submitted by razormist on Thu, 01/09/2020 - 15:45
Learn on how to create a Simple Shuffle String using JavaScript. A simple JavaScript code that can shuffle a given string. This is a helpful when you want to apply shuffle function to any part of your application page.
  • Read more about JavaScript - Simple Shuffle String
  • Log in or register to post comments
  • 224 views

JavaScript - Simple Time Counter

Submitted by razormist on Wed, 01/08/2020 - 22:01
Learn on how to create a Simple Time Counter using JavaScript. A simple code that set a timer for a given time in the form. This is useful when you want to set some events or time management in your working system.
  • Read more about JavaScript - Simple Time Counter
  • Log in or register to post comments
  • 295 views

JavaScript - Sorting Table Using AngularJS

Submitted by razormist on Wed, 01/08/2020 - 10:03
Learn on how to create a Sorting Table using AngularJs. An advance JavaScript programming that use AngularJS plugin to sort the table data. This is useful when you want to organised the viewing of your data to make it easier to display.
  • Read more about JavaScript - Sorting Table Using AngularJS
  • Log in or register to post comments
  • 88 views

PHP - Simple Folder Generator

Submitted by razormist on Tue, 01/07/2020 - 21:27
Learn on how to create a Simple Folder Generator using PHP. An advance php technique that can generate a new folder dynamically. This is helpful when you are working on a file system that needed management for storing important files
  • Read more about PHP - Simple Folder Generator
  • Log in or register to post comments
  • 239 views

PHP - Auto Sum Total In SQLite3

Submitted by razormist on Tue, 01/07/2020 - 13:18
Learn on how to create a Auto Sum Total In SQLite3 using PHP. An advance php coding technique that use SQLite database to auto sum the total digit exist in the table. This is helpful when you want to apply some automation when it comes in computation.
  • Read more about PHP - Auto Sum Total In SQLite3
  • Log in or register to post comments
  • 328 views

PHP - Remove Table Row With Modal Using PDO

Submitted by razormist on Tue, 01/07/2020 - 09:46
Learn on how to create a Remove Table Row With Modal using PDO. An advance php script that can remove a table row with modal dialog and PDO query. This is helpful when you need confirmation before the deletion of the selected row.
  • Read more about PHP - Remove Table Row With Modal Using PDO
  • Log in or register to post comments
  • 307 views

JavaScript - Display Binded Value Using AngularJS

Submitted by razormist on Fri, 01/03/2020 - 21:47
Learn on how to create a Display Binded Value using AngularJS. An advance JavaScript coding technique that use AngularJS plugin to display the binded value. This is a helpful trick when you want to display the entry that you inputted before submitting.
  • Read more about JavaScript - Display Binded Value Using AngularJS
  • Log in or register to post comments
  • 51 views

PHP - Delete All Rows Using PDO

Submitted by razormist on Fri, 01/03/2020 - 09:11
Learn on how to create a Delete All Rows using PDO. An advance php script that can delete all table row in PDO. This is useful when you want to remove a all the data row in just one click.
  • Read more about PHP - Delete All Rows Using PDO
  • Log in or register to post comments
  • 1179 views

PHP - Eliminate Duplicate Entry In Arrays

Submitted by razormist on Thu, 01/02/2020 - 22:02
Learn on how to create a Eliminate Duplicate Entry In Arrays using PHP. A basic php script that can eliminate duplicate objects in array. This is a helpful code when you want to avoid duplicate entries that exist within a bulk of data.
  • Read more about PHP - Eliminate Duplicate Entry In Arrays
  • Log in or register to post comments
  • 147 views

Pagination

  • First page « First
  • Previous page ‹ Previous
  • …
  • Page 405
  • Page 406
  • Page 407
  • Page 408
  • Current page 409
  • Page 410
  • Page 411
  • Page 412
  • Page 413
  • …
  • 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

Valentine's E-Letter Card Using HTML, CSS and JavaScript with Source Code
Best salon management system project in php
Student Management System in PHP/MySQL Source Code
Billing System Project in PHP Source Code Free Download
Web-based Pharmacy Product Management System using PHP and MySQL Database
Free and Open Source inventory management system php source code
Doctor's Appointment System using PHP Free Source Code
Library Management System in PHP/MySQLi with Source Code
Advanced School Management System with Complete Features
Hotel Reservation System

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

  • Gym Management System Using Tkinter and SQLite in Python with Source Code
    6 hours 43 minutes ago
  • How to Implement Doubly Linked List Operations in Python
    7 hours 17 minutes ago
  • Tetris Block Game Using Pygame in Python with Source Code
    2 days 6 hours ago
  • Tile Dash Game Using Pygame in Python with Source Code
    2 days 6 hours ago
  • Decimal to EXCESS-3 Conversion App Using Tkinter in Python with Source Code
    2 days 7 hours ago
  • Pressure Unit Convert App Using Tkinter in Python with Source Code
    6 days 8 hours ago
  • How to Convert a Singly Linked List to a Circular List in Python
    1 week ago
  • How to Check if Singly Linked List is Palindrome in Python
    1 week ago
  • Foosball Game Using HTML & CSS in VanillaJS with Source Code
    1 week 4 days ago
  • Word Guess Game using HTML & CSS in VanillaJS with Source Code
    1 week 4 days ago
Advertise Here | FAQ | Forums | About Us | Hire Us

Privacy Statement | Disclaimer | Terms and Agreement