Is there any way I could execute a PHP script from within a Cocoa/ObjC app? The PHP script would be local (like in the app's bundle) and just plain PHP text no compiled or anything. Is this possible? I know you can do Perl scripts.
This could make my apps much better.
Would I use NSTask? If so, what would be the terminal thingy I'd have to use?
This could make my apps much better.
Would I use NSTask? If so, what would be the terminal thingy I'd have to use?