-
投稿日 2017-09-22 09:31
独り言
by
ウチクラ ケンイチ
I have no idea why I need to learn about GLOBALS ... I guess I will be using it later.
-
投稿日 2017-09-21 10:27
独り言
by
ウチクラ ケンイチ
I spent entire afternoon talking about Ezell's Famous Chicken project for Japan. During this meeting, I think we came up with few points that needed to addressed. I am skipping the PSP study today.
-
投稿日 2017-09-20 09:00
独り言
by
ウチクラ ケンイチ
With is I know what kind of server environment my program is running.
-
投稿日 2017-09-20 07:41
独り言
by
ウチクラ ケンイチ
It is sometime important to understand what kind of data you are dealing with. This is specially useful when you are trying to verify user input.
-
投稿日 2017-09-19 09:01
独り言
by
ウチクラ ケンイチ
Array Sort. When I was programming in the other language, I had to write a routine to do the sorting. But PHP provides a function to do the sorting.
-
投稿日 2017-09-19 01:42
独り言
by
ウチクラ ケンイチ
(1) Creating Array. (2) Imploding Array into a string. (3) Exploding a string back to an array. This function should be useful creating a CSV file or reading CSV file in an array. Note: So far the most difficult thing about learning PHP is to create an environment where you can test your source code. Lucky for me, I have...
-
投稿日 2017-09-18 09:39
独り言
by
ウチクラ ケンイチ
Array ... It is bit confusing. Have you thought about web server programming?
-
Mayumi arrived from Japan ... Tiny and Nano went back with her. My dog sitting duty is over for now.
-
投稿日 2017-09-17 09:02
独り言
by
ウチクラ ケンイチ
Variables in PHP starts with $ sign.
-
投稿日 2017-09-16 10:10
独り言
by
ウチクラ ケンイチ
My first Program ... "Hello World!" This is one of the things help me understand Internet more.