First let see the table structure 2. Assuming you have done database connection 3.Create Recursive Function 4. And now display Tree/Hierarchy structure category’s by calling Recursive Function 5. Create a function that update the sort-order and parent id in database through AJAX 6. Call the {update_category_id} function
First let’s see the table structure for multilevel category category_id : primary keycategory_name : varcharcategory_parent : foreign key 2. Assuming You have done database connection 3) Create Recursive function 4. and now display Tree/Hierarchy structure category’s by calling Recursive Function View Demo
This quick-start sample login is built in PHP and lets you get started with the Google+ platform in a few minutes. The app demonstrates: Demo Link Click Here… some time we need simple login like other website that can login through google, Facebook and LinkedIn so for that type we need to integrate API’s. so
To day we will print different logical Patterns in php Lets start our first patter start from basic triangles, Perfect tutorial for be-gainer who want to improve there logical skill, and this tutorial also help you in interview 1) Patter of multiple triangles 2) Pyramid Pattern 3) Square border pattern 4) Square pattern 5) Triangle
how to submit encrypted form data using ajax and decrypt data to the server side using php. Before start to the tutorial we need some extra file encryption.js encryption.php CryptoJS.js link to get this file is here Click Here Once you get this file just follow the bellow code Index.php post.php Ok That’s it once