I need to develop a webportal which will display the images generated by a GIS software package. I my development I need to run gdal command inside php exec() function. but I don't know how to do this.
Tell me more
×
Geographic Information Systems Stack Exchange is a question and answer site for
cartographers, geographers and GIS professionals. It's 100% free, no registration required.
|
|
it works under PHP 4, PHP 5. beside this you can use passthru command too.. passthru command execute an external program and display raw output.
Description
there is an example here. but they are complaining that it works a bit slow.
i hope it helps you... |
|||||||
|