help plz

View: New views
5 Messages — Rating Filter:   Alert me  

Parent Message unknown help plz

by prads :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



Dear sir/madam



I am trying to do some thing http://www.aquarius.ifm-geomar.de/make_map.html like this site.
whenver i give parameter it should generate map.

which frontend and backend language should i use.

plz guide me


--
Pradnya Parab
To unsubscribe, send the message "signoff gmt-help" to listserv@...

Re: help plz

by Michael Chandler-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello,

I would try building such a site using PHP. It can certainly handle the forms and pass parameters to the GMT programs, plus it's free. In addition, you'd probably need to figure out the security issues involved with allowing programs to be called by the web server. A couple manuals for PHP, GMT, etc, should do the trick.

-Mike


On 15 October 2009 288, at 10:05 PM, Pradnya Parab wrote:



Dear sir/madam



I am trying to do some thing http://www.aquarius.ifm-geomar.de/make_map.html like this site.
whenver i give parameter it should generate map.

which frontend and backend language should i use.

plz guide me


--
Pradnya Parab
To unsubscribe, send the message "signoff gmt-help" to listserv@...

To unsubscribe, send the message "signoff gmt-help" to listserv@...

Re: help plz

by prads :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


hiii

i am using php and gmt only, but still it is not working..
i am running php and gmt on linux server, php script is running linux script but gmt it is not running. it is creating empty ps file..

Re: help plz

by Michael Chandler-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello,

I recall there being an issue with web servers not knowing where the  
GMT programs are installed on the server. You could try specifying the  
full path with each command to see if that makes a difference. Or  
perhaps you could move the GMT executables to one of the web site  
folders. FYI, I don't know much about web security so I couldn't tell  
you where to the safest place is to put the the GMT executables.

Hope this helps...

-Mike


On Oct 20, 2009, at 5:06 PM, prads wrote:

> hiii
>
> i am using php and gmt only, but still it is not working..
> i am running php and gmt on linux server, php script is running  
> linux script
> but gmt it is not running. it is creating empty ps file..
> --
> View this message in context: http://www.nabble.com/help-plz-tp25906703p25970158.html
> Sent from the GMT - User mailing list archive at Nabble.com.
>
> To unsubscribe, send the message "signoff gmt-help" to listserv@...

To unsubscribe, send the message "signoff gmt-help" to listserv@...

Re: help plz

by prads :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

hello sir

thank you, it is working :) i gave full path for executing.