¡@

Home 

php Programming Glossary: execl

executing php script from C program and store the results in to a variable

http://stackoverflow.com/questions/1047385/executing-php-script-from-c-program-and-store-the-results-in-to-a-variable

but it doesnt works C Code printf calling php function n execl usr bin php q var www html phpinfo.php NULL printf End php function.. Short answer here is to use system or popen rather than execl . Seeing as Jason has already posted a good answer about using.. about using popen I'll skip that and explain how to use execl just in case you actually care. Most likely this is all unnecessary..