Re: [PHP] PHP AND C

2002-10-08 Thread Marco Tabini
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 thr

[PHP] PHP AND C

2002-10-08 Thread karthikeyan
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. Lo