Blog
PHP Learning
2017-10-07
Tomorrow I will learn about PHP Error Handing. So for today, it is done. Learning continues to the weekend. I think I have done well for last three weeks. Few more weeks, I should be able to write som...
Source I created file, then rea...
2017-10-06
Append file to the existing file.
Source
2017-10-06
Writing a file from PHP programming.
What do you see in the the mo...
2017-10-06
Today the moon looks so much bigger and brighter ... I took out the camera with zoom lens and took this photo. Still there are some photos I cannot take with iPhone.
Source
2017-10-05
fgets = Reading One Line fgetc = Reading 1 Character
sample.txt
2017-10-05
Read file by line at a time.
sample.txt This is a test file I ...
2017-10-05
fopen fread fclose The first step to file I/O ... exciting.
PHP Day 17-1 Skipping Class
2017-10-05
I have decided to skip CLASS functions of PHP ... I may re visit it later. It just does not make sense to an old programming guys like me. Object oriented is like a mass production cars ... It will ne...
PHP Day 16
2017-10-05
I stop here for today before I really confuse myself.
Source
2017-10-04
The sample codes listed is very confusing. I am modifying them to make sure it works. I still don't have a good handle / understanding of class. What can't we just use function()???