Connecting Tech Pros Worldwide Forums | Help | Site Map

How to run sample.so file from php ?

Newbie
 
Join Date: Oct 2009
Posts: 1
#1: Oct 21 '09
Hi Friends

i have to run one sample.so from php.
These .so can create binary file template .
If any one know the solution of these issue , please help me ????

Markus's Avatar
Moderator
 
Join Date: Jun 2007
Location: York, England, with wolves.
Posts: 4,948
#2: Oct 21 '09

re: How to run sample.so file from php ?


Quote:

Originally Posted by tango123 View Post

Hi Friends

i have to run one sample.so from php.
These .so can create binary file template .
If any one know the solution of these issue , please help me ????

Well, your .so is an executable binary file, correct? If so, you could call exec() to run the object file.

Mark.
Reply