Posts Tagged: Web Design
-
Jul 26, 2011
1 CommentHow to Use MySQL REPLACE to Insert or Update Data
Summary: In this tutorial, you will learn how to use MySQL REPLACE statement to insert or update data in database tables. MySQL REPLACE statement is a MySQL extension to SQL standard. MySQL REPLACE works like INSERT statements with the following rules: If the record being inserting does not exist, MySQL REPLACE will insert a new...
-
Jul 25, 2011
No CommentsAJAX Pagination using jQuery and PHP with Animation
I have created an Ajax JQuery based pagination few months before which my users liked very much and there are thousands of downloads of that tutorial. So, I thought to create on another tutorial for pagination with some jquery effects to make stylish and attractive. Its animated loading of records using jquery animation. I hope...