News Feed
Jobs Feed
Sections




News Archive
SitePoint PHP Blog:
Interactive CLI password prompt in PHP
May 01, 2009 @ 09:34:38

On the SitePoint PHP blog today Troels Knak-Nielsen has a quick tip for those looking for a way to have their command-line PHP scripts be more interactive.

Just a quick tip, since I spent a good hour figuring this out recently. PHP has no native way of doing an interactive password prompt, when running as CLI. You can however use bash for the task.

His method (for both Windows and Unix systems) uses shell_exec command to run a VB Script/bash command that handles the password prompt for the PHP script. The result is then passed back into a variable and returned back to the calling application.

0 comments voice your opinion now!
interactive commandline password prompt windows unix vbscript bash


blog comments powered by Disqus

Similar Posts

Don Raman's Blog: Working with Microsoft SQL Server driver (php_sqlsrv.dll) for PHP on Windows

DevShed: Creating a VAMP (Vista, Apache, MySQL, PHP) Setup

IBM developerWorks: Building PHP on Windows

PeterGuy.com: How to install PHP 5.x on Windows Server 2003 with IIS 6

WebRefernece: Script GUI for PHP


Community Events











Don't see your event here?
Let us know!


series development example podcast tool zendframework2 opinion release framework language code composer interview introduction functional testing community phpunit database object

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework