On March 25, 2002 01:50, Alexandre Soares wrote: > HI, > > I have a functino write in c, like as: > > void addvalue ( int a, int b, int *c ) > { > *c = a + b; > } > > in php > > <? > > phpinclude ("alexlib"); > addvalue ( 1, 2, c ); > print ( "Value c = $c "); > > ?> > > what the procedure to make this ?
Dear Alexandre, A better forum for your question is the php-general mailing list. This list is for discussing the development *of* PHP. --zak -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php