IT SOLUTIONS
Your TECHNOLOGY partner! 
-Collapse +Expand
PHP
Search PHP Group:

Advanced
-Collapse +Expand PHP Group Home
-Collapse +Expand Message Board
-Collapse +Expand PHP KB
-Collapse +Expand PHP Store
PRESTWOODSTORE
-Collapse +Expand Members Only

Prestwood eMagazine

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

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

PHP & Delphi for PHP New and Updated KB Posts

Page Contents


Recently Created

(PHP & Delphi for PHP Group)

  KB Article    

Mike Prestwood
1. 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
34 months ago

Code
Nothing New Since Your Last Visit
2581
Hits

Mike Prestwood
2. 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
50 months ago

Code
Nothing New Since Your Last Visit
3098
Hits

Mike Prestwood
3. PHP Assignment (=)

PHP uses = for it's assignment operator.

Posted to KB Topic: Beginners Corner
51 months ago

Code
Nothing New Since Your Last Visit
2659
Hits

Mike Prestwood
4. 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
51 months ago

Code
Nothing New Since Your Last Visit
3356
Hits

Mike Prestwood
5. 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
51 months ago

Code
Nothing New Since Your Last Visit
2841
Hits

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

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

Posted to KB Topic: Beginners Corner
51 months ago

Code
Nothing New Since Your Last Visit
2858
Hits

Mike Prestwood
7. 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
53 months ago, and updated 52 months ago

Code
Nothing New Since Your Last Visit
2667
Hits

Mike Prestwood
8. 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
54 months ago, and updated 52 months ago

Code

KB Post
Nothing New Since Your Last Visit
3636
Hits

Mike Prestwood
9. Download PHP (Install it)

Download page from PHP.Net.

Posted to KB Topic: Beginners Corner
54 months ago, and updated 34 months ago

Download

Article
Nothing New Since Your Last Visit
3667
Hits

Mike Prestwood
10. PHP Report Tools Overview

Because website development targets a client browser (a document interfaced GUI), a common solution is to simply output an HTML formatted page with black text and a white background (not much control but it does work for some situations).

Posted to KB Topic: Beginners Corner
54 months ago, and updated 53 months ago

Code
Nothing New Since Your Last Visit
2368
Hits




Recently Updated

(PHP & Delphi for PHP Group)

  KB Article    

Mike Prestwood
1. 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
34 months ago

Code
Nothing New Since Your Last Visit
2581
Hits

Mike Prestwood
2. Download PHP (Install it)

Download page from PHP.Net.

Posted to KB Topic: Beginners Corner
54 months ago, and updated 34 months ago

Download

Article
Nothing New Since Your Last Visit
3667
Hits

Mike Prestwood
3. Delphi PHP V

What PHP version does Delphi for PHP support?

Posted to KB Topic: Delphi for PHP
59 months ago, and updated 34 months ago

FAQ
Nothing New Since Your Last Visit
3799
Hits

Adam Lum
4. 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
7 years ago, and updated 34 months ago

KB Post
Nothing New Since Your Last Visit
3957
Hits

Mike Prestwood
5. 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
50 months ago

Code
Nothing New Since Your Last Visit
3098
Hits

Mike Prestwood
6. 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
54 months ago, and updated 51 months ago

Code
Nothing New Since Your Last Visit
3715
Hits

Mike Prestwood
7. PHP Assignment (=)

PHP uses = for it's assignment operator.

Posted to KB Topic: Beginners Corner
51 months ago

Code
Nothing New Since Your Last Visit
2659
Hits

Mike Prestwood
8. 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
51 months ago

Code
Nothing New Since Your Last Visit
3356
Hits

Mike Prestwood
9. 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
51 months ago

Code
Nothing New Since Your Last Visit
2841
Hits

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

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

Posted to KB Topic: Beginners Corner
51 months ago

Code
Nothing New Since Your Last Visit
2858
Hits
Icon Legend:
Recent or not:
- Recent activity (within last two weeks).
- No activity last two weeks.
 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).
-
  Load Time=less than 1 second.
 
Print This
-
 
Have a question? Need our services? Contact us now.
--Mike Prestwood

Call: 916-726-5675

email: info@prestwood.com


349 People Online Now!!  
Online Now: Sign In to see who's online now!  Not a member? Join now. It's free!
Show More...


©1995-2013 PrestwoodBoards  [Security & Privacy]
Professional IT Services: Coding | Websites | Computer Tech