Recent content by bindu123

  1. B

    The debugging of CLI programs

    Maybe it's just me, but I've often found that the debugging of CLI programs can border on the nightmarish, especially when dealing with HTML-embedded scripts, such as Microsoft® Active Server Pages (ASP) or PHP. It can often be difficult to distinguish what precisely is meant by a specific error...
  2. B

    The concept of the CLI originated

    The concept of the CLI originated when teletype machines (TTY) were connected to computers in the 1950s, and offered results on demand, compared to batch oriented mechanical punch card input technology. Dedicated text-based CRT terminals followed, with faster interaction and more information...
  3. B

    How to write a command line script

    How to write a command line script in PHP? Will it be as easy as creating a web script? Yes, we can create command line PHP script as we do for web script, but with few little tweaks. We won’t be using any kind of html tags in a command line scripting, as the output is not going to be rendered...
Top