PHP is an open source programming language. We can use NotePad++ for coding with PHP.
We can write and save our applications with PHP language on NotPad ++ program. You can download the program by clicking on the relevant link In the Requirements section.
We can use the WampServer program to run applications on LocalHost that we have done in PHP language. We can download and use the relevant program by clicking the relevant link in the requirements section.
To run our applications through LocalHost, we store in the "www" folder in the "wamp" folder on the "c:" drive of our computer.
With the date and time comands we can learn how many visitors have we got today on our pages. also we can learn date of membership and time to login.
We can learn, What is the number of today on this month.
Also we can learn, which day is today on the month.
We can learn, what is the number of today on this year.
Also we can learn, which month on are we now.
We can learn, how many day has this month.
Also we can learn, time's hour now .
We can learn, time's minutes now.
Also we can learn, time's seconds now.
Commands I Use
date("j") for the display number's of today on the monthdate("l") for the display which day is today on the monthdate("z") for the display number's of today on the yeardate("F") for the display which month is it nowdate("t") for the display how many days has this monthdate("H") for the display time's hourdate("i") for the display time's minutesdate("s") for the display time's seconds