PHP is an open source programming language. We can write codes on NotePad++ application. Also we can display our program on LocalHost
We can write our applications in PHP Programming Language with NotPad ++ program. You can download the program by clicking on the relevant link In the Requirements section.
We can use the WampServer program for the run our applications on LocalHost that we have done in PHP Programming Language. You can download and use the relevant program by clicking the relevant link in the requirements section.
We should store our applications in the "www" folder in the "wamp" folder on the "c:" drive of our computer, To run our applications through LocalHost.
Functions are small program parts. Functions works when i called them. Every time i can call our defined functions.
We can create a function on PHP Programming Language.
We can call our function when i want to run it. Also i can use our variables in a function.
Functions are defined once and called when requested.
I can define more than one function on an application.
We can block unwanted errors on the PHP Programming Language.
Commands I Use
FUNCTION i use this command for the create a function.
RETURN i use this command for the return results.
error_reporting(0) i use this command for the block unwanted errors.
ECHO i use this command for the display our result on the LocalHost
$ Sign i use this command for the define veriables.