Page Navigation Using PDO Query in PHP/MySQL

Submitted by argie on
This tutorial will teach you on how to create a content pager using PHP/MySQL. I uses PDO query to retrieve the data from database table. This tutorial is useful when you have multiple data from the database. This code divide the content and display by page. To start this tutorial fallow the steps bellow:

Creating Our Database

First we are going to create our database which stores our data. To create a database: 1. Open phpmyadmin 2. Then create database and name it as "pdo_ret". 3.

Understanding C# Language

Submitted by phuc.works on

Objective

In this tutorial, you will understand some basic components in C# Language include:
  • Types in C# Language
  • Variables and Constants
  • Identifier and Keywords
  • Statements and Expression
  • Class

Let's go

In a C# program, we will usually see some basic components like variable, expression, keywords, class. Let's start with all of them to investigate what they are and how to use these components.

Types

How to Retrieve Data from Database Table using PDO Query

Submitted by argie on
SQL Attack is rampant now a days, this is the way of hacking a site using SQL injection. Reading this tutorial will teach you on how to protect your queries from SQL injection attack using PDO Query. PHP Data Objects (PDO) Query executes an SQL statement in a single function call, returning the result set (if any) returned by the statement as a PDOStatement object. This is code will help you on how to retrieve data from Database table using PDO query.

C# Tutorial

Submitted by admin on

C# is part of Visual Studio that leverage the .NET Framework developed by Microsoft. C# is said to be similar with other popular languages like C/C++ and Java.

C# (pronounced “see-sharp”) can develop Windows and Web based project just like Visual Basic. It is an object-oriented programming language.

Using its powerful editor developed by Microsoft called “Visual C#” that is part of Visual Studio package; you can develop application in short period of time.

Packaging Documentation System

Submitted by proudpinoy357 on
Packaging Documentation System almost similar with Job Order and Archived system that i had posted before. Yet, this was complete Documentation System concerning Job Order transaction by different flexible packing machines. Each Machine Order Status has their own record set with corresponding transaction counts. Features: - TAB CONTROL - System Expiry Date - Tab Control button access code Access

Manipulate Environment Variables using VB.NET

Submitted by xCloud on
Today I will show how to manipulate environment variables in vb.net What is Environment Variables? > Environment Variables plays a special role on windows application. It targets an exact location on your windows directory. It is a part of operating system which the process runs. Example: %temp% - In which your junk files are located like .tmp, .chk, .dat and etc %windir% - Most commonly your