Help me AJAXify a portion of my project without overwhelming me.
January 8, 2008 8:41 AM
Subscribe
Help me AJAX-ify a very simple web process in PHP. Links to very simple AJAX tutorials much appreciated.
I've been reading up on AJAX technologies for a couple weeks. I've tried out a few, but I am still stuck with taking existing tutorials and modifying them slightly without really understanding behind-the-scenes. That is, I understand
conceptually what the tutorials are showing me, but not very much programmatically. I'm fairly capable with PHP and HTML. I can read and write basic Javascript, but it seems like the AJAX technologies require a deeper level of understanding.
Having said that, all I'm really looking to do is rewrite a very simple portion of my project. Hopefully taking this small step will help me better understand what AJAX can really help me do long-term.
I have one PHP script, delete.php, which does an UPDATE SQL statement setting Deleted = True for a given ID, passed via HTML GET from other pages.
This seems like the perfect thing to AJAXify, but all of the tutorials I can find jump straight into Google Mashups, SOAP, JSON, XML, etc. I don't need these yet. What are some very basic tutorials that would help me replace my delete.php script with something more efficient?
posted by odinsdream to computers & internet (7 comments total)
14 users marked this as a favorite
posted by xmutex at 8:48 AM on January 8, 2008