View Single Post

  #5 (permalink)  
Old 12-28-2007
The87Boy
 
Posts: n/a
Default Re: PHP Cli arguments

On Dec 28, 3:54 pm, shimmyshack <matt.fa...@gmail.com> wrote:
> yes excatly escape the commands using " or ' and then explode by
> space (" ") once you have the commands as a string


Yes, but how do I split it up commands (the arguments that starts with
- or --)?
Reply With Quote