ch-3 CLI
every php code firstly run on server than shown on browser, thats why php called a server oriented programming.
you already seen way to create output of php coding by using server.but there is one more way to show output of php code , that is CLI(command line interpreter)
CLI helps to cerate desktop application. CLI is a software helps user to easily find out error and also helps by saving time , because By CLI php code doesnot need to upload php code on serever.
CLI directly execute php code.
php Command line version is known as, "(CLI )Command Line Interpreter" and server version is known as "(CGI) Command gateway Interface"
Comments
Post a Comment