[sage-support] Re: ordinary POST/GET requests to Sage server

2006-11-14 Thread William Stein
On Tue, 14 Nov 2006 15:52:08 -0800, Iftikhar Burhanuddin <[EMAIL PROTECTED]> wrote: > > Something on the lines of the SAGE calculator? > > http://modular.math.washington.edu/calc/ That's of course off right now. The main reason is security concerns, though they will be dealt with when I hav

[sage-support] Re: ordinary POST/GET requests to Sage server

2006-11-14 Thread alex clemesha
Hello Jurgis, If you want to do the whole user interface in PHP and just pass static parameters (coefficients to a polynomial, functions to be integrates, etc) to SAGE and get the results, one possible way could be this: Note: I will omit proper error handling and security checking for simplicity

[sage-support] Re: ordinary POST/GET requests to Sage server

2006-11-14 Thread Iftikhar Burhanuddin
Something on the lines of the SAGE calculator? http://modular.math.washington.edu/calc/ Ifti. On Wed, 15 Nov 2006, Jurgis Pralgauskis wrote: > > Hello, > > I am new to sage, > and I want to make webpage with some some predefined set/type of math > (calculus) problems, where users just enter co

[sage-support] ordinary POST/GET requests to Sage server

2006-11-14 Thread Jurgis Pralgauskis
Hello, I am new to sage, and I want to make webpage with some some predefined set/type of math (calculus) problems, where users just enter coeffitiens, and then get the answers... how I imagine this: S) I'd run sage on my home computer (can think as sage server) Q) and use some ordinary server s