Programing Glossary
Learn about general programing terms, internet terms, PHP terms and MySQL related terminology.
Binary Numbers
What are binary numbers, and how do you read them
What are binary numbers, and how do you read them
Boolean Logic
Boolean logic is a type of decision making utilized by computers to decide if a statement is true or false.
Boolean logic is a type of decision making utilized by computers to decide if a statement is true or false.
Comparision Operators
A comparison operator compares one value to another.
A comparison operator compares one value to another.
DBMS
DMBS stands for Database Management System
DMBS stands for Database Management System
Expression
An expression is made up of operators and operands. It tells us to preform one or more comparisons or calculations to evaluate a single value.
An expression is made up of operators and operands. It tells us to preform one or more comparisons or calculations to evaluate a single value.
Floating Point Number
What is a floating point number, double, or real number, and how does it apply to PHP programming?
What is a floating point number, double, or real number, and how does it apply to PHP programming?
Foobar (Foo Bar)
A history of the use of Foo bar (Foobar) in programming and PHP.
A history of the use of Foo bar (Foobar) in programming and PHP.
FTP
File Transfer Protocol lets you interact with the files on your server.
File Transfer Protocol lets you interact with the files on your server.
Function
A function is a set of predefined commands
A function is a set of predefined commands
GPL
GPL is intended to guarantee your freedom to share and change free software
GPL is intended to guarantee your freedom to share and change free software
Integer
Integer is a mathematical term to define the set of whole numbers both positive and negative, as well as 0
Integer is a mathematical term to define the set of whole numbers both positive and negative, as well as 0
Internet
An interconnected system of networks that connects computers around the world via the TCP/IP protocol
An interconnected system of networks that connects computers around the world via the TCP/IP protocol
Magic Quotes
Magic Quotes adds slashes to all data submitted via form in PHP
Magic Quotes adds slashes to all data submitted via form in PHP
Mathematical Operators
Mathematical operators preform simple math calculations on the operands in an expression.
Mathematical operators preform simple math calculations on the operands in an expression.
Null
In PHP and mathematics, null is used to describe a set with no members.
In PHP and mathematics, null is used to describe a set with no members.
Operand
In a mathematical expression, an operand is a single piece of data that an operator is being applied to. Operands can be numbers, variables, or other expressions.
In a mathematical expression, an operand is a single piece of data that an operator is being applied to. Operands can be numbers, variables, or other expressions.
Operator
In an expression, the Operator tells us what action to preform on the Operands. In PHP there are three types of operators
In an expression, the Operator tells us what action to preform on the Operands. In PHP there are three types of operators
Patch
A patch is a download that updates your software to fix bugs, add security, or add new features.
A patch is a download that updates your software to fix bugs, add security, or add new features.
Server Side Scripting
Server side scripting means that all of the code is executed on the server before the data is passed to the user's browser.
Server side scripting means that all of the code is executed on the server before the data is passed to the user's browser.
Software Development Stages
If you plan to release your scripts to the public, they usually go through several stages before they final release.
If you plan to release your scripts to the public, they usually go through several stages before they final release.
SSI
Server side includes allow you to include an external file as part of the file being called.
Server side includes allow you to include an external file as part of the file being called.
String
A string is a sequence of letters, numbers, or symbols.
A string is a sequence of letters, numbers, or symbols.
Text Editors
Text editors are useful tools that allow programers and web designers to save files as the appropriate type.
Text editors are useful tools that allow programers and web designers to save files as the appropriate type.
Variable
A variable is a character or string used to represent a value.
A variable is a character or string used to represent a value.
