Passing that many parameters shouldn't be a problem, I think...argv/argc
parsing in the standard C library is pretty fast.

On Tue, 2002-10-08 at 06:04, karthikeyan wrote:
> Hi,
> 
>   I want to pass some 10 to 15 parameters as input to an C Program.  Does passing it 
>as command line argument through PHP using backquotes or system function is an 
>effective way to solve this issue or there are some other alternative which does this 
>without affecting the performance.
> 
>   Looking forward to you response.
> 
> karthikeyan.



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to