PHP script that communicates with software implementation?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
azhan
Forum Commoner
Posts: 68
Joined: Fri Jun 27, 2008 6:05 am

PHP script that communicates with software implementation?

Post by azhan »

Hey guys...i was wondering....is there any such thing to do :

Assume i am a user of a membership website, then i could browse an image from my pc then i upload into the web page. After that the page could run matlab program, process the image then send it back to the user.

The question here, is there any such script that could call the matlab program to do such task then send the image back?

Assume that i wanted to build a service web whereby my users could process their image for more quality using my matlab program automatically run with php script.

PS: i use matlab program just for an example.

Any IDEA?

Azhan
_________________
http://www.productcoverdesign.com
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

Re: PHP script that communicates with software implementation?

Post by onion2k »

Reading the Matlab website. There's a whole section on web integration.
Post Reply