Am working on a registration site for my school and i would like to use ajax or javascript to load the pages for one page to the other so that it does not put too much load on the server.Also i wld like ajax to help php to load data for the database...Someone please help me.
daveVk
12:41 am on Mar 2, 2010 (gmt 0)
i would like to use ajax or javascript to load the pages for one page to the other so that it does not put too much load on the server.
Server load is unlikely to differ much, it would be the least of my concerns. Is there some particular about this application that heavily loads the server ?
Also i wld like ajax to help php to load data for the database
PHP executes on the server, ajax is not relevent there.
JuicyScript
8:10 pm on Mar 2, 2010 (gmt 0)
It just a registration site and it's not dat heavy...i jus want the site to load fast with out and problem.Any solutions?
daveVk
11:21 am on Mar 3, 2010 (gmt 0)
Start with a no frills solution and check the speed. Use tools like YSlow to see where real time improvements are possible. Trying to guess before can be wasteful.
tangor
12:22 pm on Mar 3, 2010 (gmt 0)
Old school here: use the K.I.S.S. method first, then fine tune. Sounds like a log on script and that does not require AJAX or JS to accomplish.