PHPsu新闻
MANUAL ZH  |  EN
     


as implemented using PHP
Also, other programming languages will most certainly use different keywords and methods of doing things (like defining a class, labeling a variable, etc). Remember to look for the concepts in this article, and not to get caught up with semantical de...
Author:Time:2008-05-30 09:49:32 Hits:9 Comment:0 View Article...
Mathematical Operators
Operator is the term used to cover various fancy symbols that we use to do stuff in PHP. (Nicely vague, right?) That is, we can use them to add integers, compare variable values, etc.. Easiest to understand are the mathematical operators these are t...
Author:Time:2008-05-30 09:43:15 Hits:3 Comment:0 View Article...
Basic Variables
Open up the file you created in Lesson 1 and delete all of the contents except for the opening and closing PHP bits. File now looks like ?php ? First we are going to set a variable. A variable is a name given to a piece of memory that we store infor...
Author:Time:2008-05-29 10:32:12 Hits:3 Comment:0 View Article...
Compiling PHP
These documentation pages are no longer maintained. Please visit the new documentation site. This explains how you can compile PHP for use with eZ publish. Options The following example assumes you are running php (tested on 4.3.1/4.3.2/4.3.3), Apac...
Author:Time:2008-05-29 10:26:40 Hits:5 Comment:0 View Article...
OOP Basics
This will be a long section, one of the reasons OOP is so hard is because there is so much to grasp where it wont make sense till you know it all. I will do my best to explain things in a logical manor, if things do not make sense please bear with me...
Author:Time:2008-05-28 18:21:37 Hits:4 Comment:0 View Article...
Creating first php enabled page
Taken directly from PHPs home, PHP.net, PHP is an HTML-embedded scripting language. Much of its syntax is borrowed from C, Java and Perl with a couple of unique PHP-specific features thrown in. The goal of the language is to allow web developers to...
Author:Time:2008-05-28 18:20:59 Hits:0 Comment:0 View Article...
Php For Beginners
In creating a php file, you can combine HTML and PHP in one file, but you MUST save it as a .php file if it contains any PHP information. Remember, these tutorials are just for your learning and you should not just copy and paste these into notepad a...
Author:Time:2008-05-27 15:37:33 Hits:8 Comment:0 View Article...
In category php
Now we have covered the basics of PHP it would be a good idea to show you some examples and codes on how to create your own scripts. So how shall we begin this mysikal journey? Well let's start by showing you how to turn a normal .HTML page into a ....
Author:Time:2008-05-27 15:36:05 Hits:1 Comment:0 View Article...
Copyright 2008 The PHPsu All rights reserved. This mirror generously provided by: .Hp Inc. ICP:08000822
Last updated: Fri Jun 6 18:18:33 GMT-8 2008