Update Content After Certain Time using jQuery,Ajax and PHP

Some content updates may be based on time the user information for the current user, other updates may be based on requests performed by any user, such as information based on a search performed by the Web-site visitor. You may also like Mysql UPDATE Statement using Join Statement. HTML and jQuery Code PHP Code (get_content.php)

PHP array_udiff_assoc() Function

The array_udiff() function use a built-in function to compare the keys and values of two or more arrays, and returns the differences. Note: This function uses a built-in function to compare the keys, and a user-defined function to compare the values! Returns an array containing the entries from array1 that are not present in any […]

MySQL – Create Trigger mysql

MySQL – Create Trigger

A trigger is a special kind of stored procedure that automatically executes when an event occurs in the database server. DML triggers execute when a user tries to modify data through a data manipulation language (DML) event. DML events are INSERT, UPDATE, or DELETE statements on a table or view. MySQL trigger syntax In order to create a new […]

How to upload image without refresh page using Ajax and PHP

Are you looking for ajax file/image upload without refreshing page using ajax, Jquery and php. I had implemented this ajax form submitting using jquery.form plugin. You may also like How to Load Data From Database Without Page Refresh using Ajax, jQuery and PHP and How to Submit the Form Without Page Refresh using Ajax, jQuery and PHP. HTML […]

Tabs using jQuery jquery

Tabs using jQuery

let lean how to create tabs using a Jquery and CSS. How To Create Tabs <div id=”example-tabs”> <h3>Keyboard</h3> <section> <p>What is needed to transform it to a tabs component? Not much. Just override some properties and done.</p> </section> <h3>demos</h3> <section> <p>Scroll down or up to see the other demos.</p> </section> <h3>Documentation</h3> <section> <p>For more information […]