-
投稿日 2017-09-28 01:48
独り言
by
ウチクラ ケンイチ
Using Switch statement to determine the action.
-
投稿日 2017-09-27 05:59
独り言
by
ウチクラ ケンイチ
This is an extension of IF STATEMENT I just learned.
-
投稿日 2017-09-27 03:02
独り言
by
ウチクラ ケンイチ
I don;'t really understand how thesis working ... But I want to save it for the future.
-
投稿日 2017-09-27 02:56
独り言
by
ウチクラ ケンイチ
"If" statement is something you use a lot writing any program.
-
投稿日 2017-09-26 11:30
独り言
by
ウチクラ ケンイチ
As you know I have started teaching myself PHP programming. I hove programmed before in different language. I hope I am not just too old to learn. You cannot teach an old dog new tricks.
-
投稿日 2017-09-26 07:14
独り言
by
ウチクラ ケンイチ
This is use to add 1 or delete 1 from the valuable when the line is processed. This is what we use to set the number of loops.
-
投稿日 2017-09-26 03:00
独り言
by
ウチクラ ケンイチ
To understand bit operations, I need to understand binary. In this example 7 in binary is 00000111, 8 is 00001000. Do I ever used those bit operations? I don't know. But I know PHP can handle bit operations. It is good to know.
-
投稿日 2017-09-26 02:36
独り言
by
ウチクラ ケンイチ
Some of the operations are easier to understood when you write them and execute them. The logical Operations are just that. Logical Operations are "AND" "OR" "XOR" and "NOT"
-
投稿日 2017-09-25 10:20
独り言
by
ウチクラ ケンイチ
PHP uses ( condition )? true : fault; as a grammar for simple condition testing. It is same as If condition then true else fault in BASIC.
-
投稿日 2017-09-23 06:32
独り言
by
ウチクラ ケンイチ
This is how you compare two values. Again type is the main reason I cannot get result.