I would like to using (Ajax) PHP or Javascript, Post information to http://en.lernu.net/cgi-bin/vortaro.pl then read the results back (Not from lernu.net).
I am trying to learn Ajax, PHP + Javascript, Nobody there know’s how to help me. I would very much like doing this without touching Lernu’s code, So if there is a way to do it all on my code, that would be great!
You maybe able to do a simple post to your url with jquery in following ways:
Jquery is an excellent framework for javascript and I would highly recommend using it for most of your functionality. You might want to readup a bit about javascript and then start up with jquery.