You are currently browsing the archives for the AJAX category.

Improved Ajax Add, Edit & Delete From MySQL Tables

Posted 4 months, 1 week ago at 6:11 pm. 131 comments

Update: Version 2.1 of this script is now available. I highly recommend that you download the new version. You can get it here.
Someone asked me in a comment how you would add another entry field to the previous version of this code & well I couldn’t really answer the question. It proved to me what I already knew, the code needed re-writing.

So I have sat over the past few days, in between building my sisters computer, re-writing it. I has been hard but I think it finally does what I had envisioned in the first place. The last codes ease of use was also rubbish so I have tried to improve that a lot too. If you want to try out the result before downloading you can here.
Continue Reading…

Tutorial Request: Collecting Data From Database Via AJAX

Posted 4 months, 3 weeks ago at 5:25 pm. 3 comments

So Dev commented on my post about deleting & adding records to a MySQL database and said this:

i have a table named Cus_infrm having fields Name, Address, Email. i need to search by typing first three alphabet of name and display result of the customer detail(name, address, email) in other page for all customer matching the three alphabet.
i’ll be thankful if got the solution for this.
best regards
dev bhatarai

Now it’s quite an interesting question. I haven’t yet done a tutorial on this type of problem so here’s my chance.
Continue Reading…