IT SOLUTIONS
Your full service technology partner! 
-Collapse +Expand
PHP
Search PHP Group:

Advanced
-Collapse +Expand PHP Store
PRESTWOODSTORE

Prestwood eMagazine

December Edition
Subscribe now! It's Free!
Enter your email:

   ► KB ►► Website Scri...PHP   Print This    All Groups  

PHP & Delphi for PHP New and Updated KB Posts

Page Contents


Recently Created

(PHP & Delphi for PHP Group)

  KB Article    

NE Ohio Computer Guy
1. The Workings of a Simple PHP Scrolling List

This article shows how PHP can be used to access a MySQL database to retrieve data for a scroll list. Here, I will discuss one that lists 12 rows at a time on a web page.

Posted to KB Topic: PHP
9 years ago, and updated 36 months ago

Article
Nothing New Since Your Last Visit
6507
Hits

Mike Prestwood
2. PHP Constants (define)

In PHP, you declare constants using the define keyword:

define("CONST_NAME", "Value");

Constants in PHP are case sensitive. A common standard in PHP is to use all-uppercase letters, with underscores to separate words within the name.

Posted to KB Topic: PHP
13 years ago

Code
Nothing New Since Your Last Visit
10369
Hits

Mike Prestwood
3. PHP Deployment Overview

With PHP, you simply copy your files to a web server that is capable of running PHP pages.

Posted to KB Topic: Beginners Corner
14 years ago

Code
Nothing New Since Your Last Visit
11002
Hits

Mike Prestwood
4. PHP Assignment (=)

PHP uses = for it's assignment operator.

Posted to KB Topic: Beginners Corner
14 years ago
(1 Comments , last by Karian.S )

Code
Nothing New Since Your Last Visit
8971
Hits

Mike Prestwood
5. PHP Logical Operators (and, &&, or, ||, !, Xor)

PHP logical operators:

and, && and, as in this and that
or, || or, as in this or that
! Not, as in Not This
Xor either or, as in this or that but not both

Posted to KB Topic: Beginners Corner
14 years ago

Code
Nothing New Since Your Last Visit
11478
Hits

Mike Prestwood
6. PHP Comparison Operators (==, != or <>)

Common comparison operators:

== equal
!= or <> not equal
< less than
> greater than
<= less than or equal
>= greater than or equal

PHP 4 and above also offers === for indentical (equal plus same type) and !== for not identical (not equal or not same type).

Posted to KB Topic: Beginners Corner
14 years ago

Code
Nothing New Since Your Last Visit
12334
Hits

Mike Prestwood
7. PHP If Statement (if..elseif..else)

The PHP if statement consists of using if, elseif, and else.

Posted to KB Topic: Beginners Corner
14 years ago

Code
Nothing New Since Your Last Visit
8730
Hits

Mike Prestwood
8. PHP Overview and History

PHP is a hybrid language with both traditional PHP and OOP features. PHP is widely-used general-purpose scripting language that is especially suited for web development and can be embedded into HTML. PHP has been used to create some amazing web content, particularly outstanding message boards.

Target Platforms: PHP is most suitable for creating websites targeting any browser (any web server with PHP installed).

Posted to KB Topic: Beginners Corner
15 years ago, and updated 14 years ago

Code
Nothing New Since Your Last Visit
9980
Hits

Mike Prestwood
9. PHP Associative Array

Declare associative array with initial known values. You can also add to associative array. (You can just assign values without ever declaring it too!)

Posted to KB Topic: Beginners Corner
15 years ago, and updated 14 years ago

Code

KB Post
Nothing New Since Your Last Visit
16647
Hits

Mike Prestwood
10. Download PHP (Install it)

Download page from PHP.Net.

Posted to KB Topic: Beginners Corner
15 years ago, and updated 13 years ago

Download

Article
Nothing New Since Your Last Visit
15814
Hits




Recently Updated

(PHP & Delphi for PHP Group)

  KB Article    

NE Ohio Computer Guy
1. The Workings of a Simple PHP Scrolling List

This article shows how PHP can be used to access a MySQL database to retrieve data for a scroll list. Here, I will discuss one that lists 12 rows at a time on a web page.

Posted to KB Topic: PHP
9 years ago, and updated 36 months ago

Article
Nothing New Since Your Last Visit
6507
Hits

Mike Prestwood
2. PHP Constants (define)

In PHP, you declare constants using the define keyword:

define("CONST_NAME", "Value");

Constants in PHP are case sensitive. A common standard in PHP is to use all-uppercase letters, with underscores to separate words within the name.

Posted to KB Topic: PHP
13 years ago

Code
Nothing New Since Your Last Visit
10369
Hits

Mike Prestwood
3. Download PHP (Install it)

Download page from PHP.Net.

Posted to KB Topic: Beginners Corner
15 years ago, and updated 13 years ago

Download

Article
Nothing New Since Your Last Visit
15814
Hits

Mike Prestwood
4. Delphi PHP V

What PHP version does Delphi for PHP support?

Posted to KB Topic: Delphi for PHP
15 years ago, and updated 13 years ago

FAQ
Nothing New Since Your Last Visit
13934
Hits

Adam Lum
5. A 10 Minute PHP Quick Start

An Introduction to PHP. Installing PHP on Your Computer and Running your First Script.

Posted to KB Topic: Beginners Corner
17 years ago, and updated 13 years ago
(3 Comments , last by Robert.G3 )

KB Post
Nothing New Since Your Last Visit
14373
Hits

Mike Prestwood
6. PHP Deployment Overview

With PHP, you simply copy your files to a web server that is capable of running PHP pages.

Posted to KB Topic: Beginners Corner
14 years ago

Code
Nothing New Since Your Last Visit
11002
Hits

Mike Prestwood
7. PHP Unary Operators

A unary operator operates on only one value.

PHP Examples:

  • ! negation operator
  • ++ increment operator
  • -- decrement operator
Posted to KB Topic: Beginners Corner
15 years ago, and updated 14 years ago
(3 Comments , last by John.S23 )

Code
Nothing New Since Your Last Visit
10727
Hits

Mike Prestwood
8. PHP Assignment (=)

PHP uses = for it's assignment operator.

Posted to KB Topic: Beginners Corner
14 years ago
(1 Comments , last by Karian.S )

Code
Nothing New Since Your Last Visit
8971
Hits

Mike Prestwood
9. PHP Logical Operators (and, &&, or, ||, !, Xor)

PHP logical operators:

and, && and, as in this and that
or, || or, as in this or that
! Not, as in Not This
Xor either or, as in this or that but not both

Posted to KB Topic: Beginners Corner
14 years ago

Code
Nothing New Since Your Last Visit
11478
Hits

Mike Prestwood
10. PHP Comparison Operators (==, != or <>)

Common comparison operators:

== equal
!= or <> not equal
< less than
> greater than
<= less than or equal
>= greater than or equal

PHP 4 and above also offers === for indentical (equal plus same type) and !== for not identical (not equal or not same type).

Posted to KB Topic: Beginners Corner
14 years ago

Code
Nothing New Since Your Last Visit
12334
Hits
Icon Legend:
Since your last logged visit:
- New to you or updated since your last visit (sign in now to activate).
- NOT new to you since your last visit (sign in now to activate).
Go ahead!   Use Us! Call: 916-726-5675  Or visit our new sales site: 
www.prestwood.com


©1995-2023 Prestwood IT Solutions.   [Security & Privacy]