I really need to get into a CLI for PHP and so far I have not been able to. PHP is being used to design applications and not just being used to fetch data from a database to show within a webpage although this project does that too!
I need a PHP CLI interface in order to do so. On a production server, one can just open a command prompt and start using PHP in CLI mode, with these, I find this be impossible to be that simple. I am trying to build an environment for maintaining a PHP Application and need to get this project updated to newer PHP 7/8 standards and it is driving me crazy with one particular issue, but I cannot track it down with my production server so I need an environment to further troubleshoot this module without having to build full blown server with debugging PHP. This project requires PHP CLI to process and it has a website in which it uses the database to display.
Is there any way I can get a PHP CLI like the MySQL / MariaDB in wampserver?
Thanks in advance!
Doc
I need a PHP CLI interface in order to do so. On a production server, one can just open a command prompt and start using PHP in CLI mode, with these, I find this be impossible to be that simple. I am trying to build an environment for maintaining a PHP Application and need to get this project updated to newer PHP 7/8 standards and it is driving me crazy with one particular issue, but I cannot track it down with my production server so I need an environment to further troubleshoot this module without having to build full blown server with debugging PHP. This project requires PHP CLI to process and it has a website in which it uses the database to display.
Is there any way I can get a PHP CLI like the MySQL / MariaDB in wampserver?
Thanks in advance!
Doc