|
Posted by David Dorward on 07/14/06 07:09
Owning wrote:
> So what language do i need to do such a thing easily?
Pretty much anything that runs outside a browser. Perl, Python, Ruby, PHP,
VBScript, etc.
If you want the results in a webbrowser then you'll need to run it in a
fashion that a webserver can read and pass on to the browser (so CGI,
mod_perl, mod_php, ASP, etc).
--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is
[Back to original message]
|