-
投稿日 2017-09-20 03:42
独り言
by
ウチクラ ケンイチ
I guess to create dimension (or multi dimensional array) using PHP, you do not need to define the dimension size. It is very interesting.
-
Wow ... This is quite a performance by high-school girls.
-
投稿日 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. Lu...
-
Do you know what Takoyaki is?It is a very popular meal/snack for western part of Japan specially Osaka.Many households in Osaka / Kansai (Western Part of Japan) own Takoyaki cooker.When you visit Osaka, this is something you must try.
-
投稿日 2017-09-18 09:39
独り言
by
ウチクラ ケンイチ
Array ... It is bit confusing.Have you thought about web server programming?
-
Did you know Whiskies are the trendy drink in Japan right now. I heard the boom started with "Highball" CM in Japan. So, if you are visiting someone in Japan, bring a bottle of whisky. They might like it.
-
投稿日 2017-09-17 09:02
独り言
by
ウチクラ ケンイチ
Variables in PHP starts with $ sign.
-
One of the most popular Japanese foods are UDON (うどん)You pick the toppings and create your own meal.
-
投稿日 2017-09-16 10:10
独り言
by
ウチクラ ケンイチ
My first Program ... "Hello World!"This is one of the things help me understand Internet more.