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

Pepsi Bottle Inventory System

Submitted by joken on
This is a complete Bottle Inventory System made by the graduate students as their requirements in Capstone subject. And this system is created using Visual Basic 2008 and Microsoft Access 2007 for database. Here is the list of features available in this system: • User Login And Logout System • Data entry for new Incoming Products • Update the current products • Monitoring of In and Out

TextBox Control

Submitted by joken on
One of the most common control used in visual basic is a text box. The main purpose of textbox is that, it allows user to input text information to be used by the program. By default, text box takes a single line of text. But using visual basic, you can set the property to accept a multiple line of text and even with a scroll bar. This time, open visual basic and create a new project called “Textbox”. Then drag a six text box and six label from the toolbox.