I’ve had a few people asking me how to refresh a table (not the entire page) when inserting rows into a MySQL database, so I thought I’d quickly put together a small demo.
Here’s a basic demo of what I’m talking about. If you populate the form and press “Submit” you’ll notice the table updates without [...]
Maruf scribbled this post.
I’ve recently been working on a e-commerce site (online store) for a client. One of the features required was to show the most recently viewed items on the homepage. For that to work, I need to write a script to query a DB every 10secs or so. Youtube actually has something similar, where on the [...]
Maruf scribbled this post.
I’ve put together a simple AJAX contact form, using the Jquery library (my personal favourite).
What does this all mean? Well, it’s basically a contact form which validates and submits an email without the page refreshing. You can see an example on our contact page.
The example i’m providing for download is extremely simple. If you [...]
Maruf scribbled this post.