mrln68 Posted November 27, 2007 Share Posted November 27, 2007 I currently have a website that is set up to use PHP and old style webforms (enter information, click a button, enter more information, click a button, get results). I'd like to overhaul the site and make everything more responsive - however, while PHP, HTML and databases are something that I am very familiar with...javascript and Ajax are things that I have only dealt with in passing or as part of a larger framework that I never actually deal with the Ajax itself. Are there any tutorials, examples or just blogs which cover the process. I am pretty sure I am not the first one who has gone down this road, but I haven't been able to find anything that doesn't deal with starting from scratch (the PHP and database need to remain much the same - everything else can change...most importantly the database). Quote Link to comment https://forums.phpfreaks.com/topic/79145-converting-old-webforms-to-ajax-web-applications/ Share on other sites More sharing options...
PFMaBiSmAd Posted November 27, 2007 Share Posted November 27, 2007 AJAX in general - http://w3schools.com/ajax/default.asp Specifically with PHP - http://w3schools.com/php/php_ajax_intro.asp Quote Link to comment https://forums.phpfreaks.com/topic/79145-converting-old-webforms-to-ajax-web-applications/#findComment-400582 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.