Changes http://wiki.axiom-developer.org/SocketsInSpad/diff --
??changed: in Firefox by adding them to the URL. So to evaluate, for example, -(x+y)**2 type 127.0.0.1:8085/?axiom=(x+y)**2 into the URL box. +'(x+y)**2' type '127.0.0.1:8085/?axiom=(x+y)**2' into the URL box. ++added: +To test the AJAX example you need to put the files 'axiom.js', +'axiom.xml' and 'axiom.php' somewhere underneath your web server's +root. For example suppose they are placed in an 'axiom' directory +which is in the server root. Then navigate to '127.0.0.1/axiom/axiom.xml'. + +On the axiom end execute the same commands as before except the last one +should be changed to: + + +-> axServer(8085,axpost$AXSERV) + +Note that for the GET example the port 8085 can be anything but for the +POST example 8085 is hard coded, for now, into the PHP file. + +On the 'axiom.xml' page you should now be able type commands into the +text box and send them to axiom. -- forwarded from http://wiki.axiom-developer.org/[EMAIL PROTECTED]
