PDA

View Full Version : AJAX help



creepersreef
24 Aug 2009, 09:52 AM
Hi again,

I really want to learn how to use AJAX, and someone has asked me to build something that works in a similar way to this php app:

http://conceptioncalc.duofertility.com/page1.php?

For various reasons I can't use php, so I thought this might be a good starting point for AJAX. Can anybody point me in the right direction?

Thanks

S

prasanthmj
24 Aug 2009, 11:07 PM
The whole point of AJAX is to have some processing on the server side and call it asynchronously.
If you can't use PHP, you should use ASP or other server side scripting.