Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_php thread: Passing arguments to a C program


Message #1 by "Chris Atkins" <chris@t...> on Mon, 12 Feb 2001 15:54:41
One more note:

If the data are passing through more than one program, as you indicate,
you may find it necessary to also escape the \ itself, depending on the
behaviour of your shell script:

$sAddress = "\\\"10 Main Street\\\"";



  Return to Index