thecard Posted July 15, 2008 Share Posted July 15, 2008 If I can do AJAX, should I always use it instead of normal mysql queries and php form processing? Should I just always use it when I can because of the obvious advantages (speed mainly)? Link to comment https://forums.phpfreaks.com/topic/114874-solved-if-i-can-do-ajax-should-i-always-use-it-instead-of-normal-mysql-etc/ Share on other sites More sharing options...
corbin Posted July 16, 2008 Share Posted July 16, 2008 If you use AJAX for everything, make sure your site can still function without Javascript. Also, you should ask your self if AJAX use adds anything to the site. Will users feel a certain way about the site if it doesn't use AJAX? I don't feel like writing out a long explanation to this, but the short answer is no. Maybe someone else will elaborate. Link to comment https://forums.phpfreaks.com/topic/114874-solved-if-i-can-do-ajax-should-i-always-use-it-instead-of-normal-mysql-etc/#findComment-591333 Share on other sites More sharing options...
thecard Posted July 16, 2008 Author Share Posted July 16, 2008 OK. Link to comment https://forums.phpfreaks.com/topic/114874-solved-if-i-can-do-ajax-should-i-always-use-it-instead-of-normal-mysql-etc/#findComment-591351 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.