|
|
| My First PHP Script [+] Favor-It | |
| |
 |
| | Sort By:
|
PHP is a server-side, cross-platform, HTML embedded scripting language. If you are familiar with Cold Fusion (CFM) or Active Server Pages (ASP), then you should understand what this means, as it goes along those lines. Author: Blair Ireland Code: PHP 4.0 |
PHP Tutorial Introduction is going to teach the basics of the PHP language to with the beginner in mind. This tutorial will expect you to have an understanding of HTML and basic web design. Author: Vince Barnes Code: PHP 4.0 |
PHP Tutorial First Page is going to tech you how to write one of the first pages that includes some PHP, and the code is going to be something really useful. We will take a looking into your server and PHP setting and go from there. Author: Vince Barnes Code: PHP 4.0 |
|  | |
Joe Brockmeier presents a brief introduction to the PHP scripting language with a discussion of PHP's origins, capabilities, and the platforms it's available on. A simple PHP script example highlights basic syntax and usage. Author: Joe Brockmeier Code: PHP 4.0 |
For those who have not noticed, this entire site has been constructed from the incredibly powerful PHP server-side programming language. PHP is parsed on the server and can be embedded into an HTML document, saved with the .php or .phtml extension. Author: Steve Adcock Code: PHP 4.0 |
To start things off, here is a simple test script that will check and display some of the host's PHP specifications. It will show you what your PHP host support including details.
Author: htmlit Code: PHP 4.0 |
Being a server side language, the PHP coding itself will not be seen when the source code is being viewed. Instead, it's output values will be seen. This tutorial shows you how to make text appear on the screen. Author: htmlit Code: PHP 4.0 |
|  | |
We have been displaying information as we have progress through these tutorials, now we are going to take a step back and look in some detail about the different ways to display information from our php scripts. Author: Administrator Code: PHP 4.0 |
Answers to some frequently asked questions and solutions to some common PHP programming tasks. (With a few comments on how PHP syntax relates to Perl). This article explains basics and general questions about PHP. Author: Steve Knoblock Code: PHP 4.0 |
Icon Key >
 - Recently Updated
 - Showcase Listing
|