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 space provider for my site

I make the UI site with some php+mysql (as I know them well) on Q,
and then I would
1) formulate the problems to sage  (compile the problem templates with
the coefitients) (Q)
2) send them to sage (Q->S)
3) compute the answer (S)
4) get the answer  (S->Q)
5) show/send it to the user (Q)

I know the notebook,
it uses Ajax, but I am not familiar with this technology
I need action whe I could feed/receive  POST/GET data ..
even if the calculations would take long (though in my case they
shouldn't), first I could feed problem via POST, and get back some
proces_ID,  and then I could make request with that ID later, and learn
the answer..

could You direct me to some examples or docs

Thanks in advance :)
-- 
Jurgis Pralgauskis
Don't worry, be happy :) and make things better ;)


--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://sage.math.washington.edu/sage/ and http://sage.scipy.org/sage/
-~----------~----~----~----~------~----~------~--~---

Reply via email to