How to Pretty Print PHP Array

Submitted by nurhodelta_17 on
This tutorial tackles on how to beautifully display PHP array. In manipulating array with PHP, often times we use print_r() or var_dump() function to display data in an array but the presentation of data in this functions is not usually eye-friendly for developers. This tutorial will provide you a simple solution on how to prettify your PHP array display.

C# - Simple CRUD Application With SQLite

Submitted by razormist on
Learn on how to create a Simple CRUD Application With SQLite using C#. C# is a general-purpose, object-oriented programming language. C# is expected to make it faster and less expensive to develop new application. The potential of C# is great when it comes in developing desktop application. It has a friendly environment for all new developers.

Task Management System

Submitted by Chatikobo_L on

Hi guys, I am t liberty tremendous chatikobo. I am back again with code. This is a task management system. The main purpose of this project is to teach and help newbies in the programming industry. Credentials admin admin. If you are looking for a website for free, just contact me. I will help you to have one. My contact details: [email protected] +263778046755/+26378540146. Thank you

How to Create Two Submit Buttons with Different Action in One Form

Submitted by nurhodelta_17 on
This tutorial tackles on how to create two submit button with different actions in one form. Traditionally, it only takes one submit button in every form. There are instance however that you wanted to have two actions in just one form. In order to achieve this, we are going to use javascript.