毎日更新Blogはこちら
Ezell's Famous Chicken for Ja...
2017-09-21
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.
Source
2017-09-20
With is I know what kind of server environment my program is running.
Source
2017-09-19
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.
Source
2017-09-19
I guess to create dimension (or multi dimensional array) using PHP, you do not need to define the dimension size. It is very interesting.
PHP Day 4-2 ARRAY SORT
2017-09-19
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.
https://www.equifaxsecurity201...
2017-09-18
Follow the step above to (1) Check and see if you are affected. (2) Signup to the free monitoring service. https://www.equifaxsecurity2017.com/enroll/
The Source
2017-09-18
(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 mos...
Source
2017-09-18
Array ... It is bit confusing. Have you thought about web server programming?
Source
2017-09-17
Variables in PHP starts with $ sign.
My first source in PHP
2017-09-16
My first Program ... "Hello World!" This is one of the things help me understand Internet more.