codexworld.com
PHP Tutorials, Lessons, Scripts, Projects, Demos - CodexWorld
http://www.codexworld.com/php
Add Subscriber to List using MailChimp API and PHP. Last Updated: Aug 3, 2016. MailChimp is an email marketing service, helps to manage the subscribers of your website. MailChimp provides an easy way to integrate email signup form in your website and send the email newsletter to the subscriber. In this tutorial, we'll show you how to integrate newsletter subscription form in your website and add subscriber to list with MailChimp using MailChimp API and PHP. Last Updated: Jul 26, 2016. The PHP Data Object...
codexworld.com
PayPal standard payment gateway integration in PHP - CodexWorld
http://www.codexworld.com/paypal-standard-payment-gateway-integration-php
PayPal standard payment gateway integration in PHP. PayPal standard payment gateway integration in PHP. Last Updated: Aug 11, 2016. PayPal has two environments such as Sandbox and Real Time. Sandbox environment help developers to do their test transaction before the project go live. Real Time environment is used after project live. You can view the live demo from the above Demo. Link If you want to download full script, you can download the script from the above Download. Step 1 –. Step 2 –. Create buyer...
codexworld.com
Delete multiple records from MySQL in PHP - CodexWorld
http://www.codexworld.com/delete-multiple-records-from-mysql-in-php
Delete multiple records from MySQL in PHP. Delete multiple records from MySQL in PHP. Last Updated: Apr 22, 2016. Delete records one by one is very time consuming. Multiple records delete on a single click is strongly recommended for every data management section. Today we will discuss how to delete multiple rows from MySQL database in PHP with checkbox. In this tutorial we will display records from. Table we have stored users. AUTO INCREMENT, `first name`. COLLATE utf8 unicode ci NOT NULL. For database ...
codexworld.com
Select / Deselect all checkboxes using jQuery - CodexWorld
http://www.codexworld.com/select-deselect-all-checkboxes-using-jquery
Select / Deselect all checkboxes using jQuery. Select / Deselect all checkboxes using jQuery. Last Updated: Jan 26, 2016. This short tutorial helps you to build simple jQuery script for select or deselect all checkboxes on one click. Our select all checkboxes jQuery script is short and useful. You can use this jQuery script in the HTML form or records list. Please check the below demo, we have a “Select all”. Checkbox at the top and all items checkboxes are listed under the “Select all”. Select all / li.
codexworld.com
Back to top button using jQuery and CSS - CodexWorld
http://www.codexworld.com/back-to-top-button-using-jquery-css
Back to top button using jQuery and CSS. Back to top button using jQuery and CSS. Last Updated: Apr 27, 2016. When a web page has huge content then web page need an option where the visitors would be able to go to the other section easily. Using jQuery, we can provide the better user interface for automatic page scroll to the top. Link at the top and download the button from the Download. Link at the top. At first you need to include the jQuery library. Event for page scroll to top. Recommended Posts For...
codexworld.com
CakePHP (PHP Framework) Tutorials - CodexWorld
http://www.codexworld.com/cakephp
Handling File Uploads in CakePHP. Last Updated: Apr 18, 2016. CakePHP does not provide any library to upload files. We need to use PHP's move uploaded file() function to upload the file to the server. In this tutorial, you'll learn how to upload a file and store the uploaded file information into the database in CakePHP. Top 5 Most Useful CakePHP Based CMS For 2016. Last Updated: Mar 3, 2016. CakePHP Tutorial Part 3: Working with Elements and Layout. Last Updated: Nov 19, 2015. Last Updated: Aug 26, 2015.
codexworld.com
Load more data using jQuery Ajax and PHP from database - CodexWorld
http://www.codexworld.com/load-more-data-using-jquery-ajax-php-from-database
Load more data using jQuery Ajax and PHP from database. Load more data using jQuery Ajax and PHP from database. Last Updated: May 25, 2016. Let start the tutorial. Assume that, we have a. Table at the database. Now we will display all the tutorials list and except the pagination links we will use Show More technique. At first create a. Table at the database. AUTO INCREMENT, `title`. COLLATE utf8 unicode ci NOT NULL. COMMENT '1=Active, 0=Inactive'. InnoDB DEFAULT CHARSET =. Db config.php File. LoadingR...
codexworld.com
Drag and drop reorder images using jQuery, Ajax, PHP & MySQL - CodexWorld
http://www.codexworld.com/drag-drop-images-reorder-using-jquery-ajax-php-mysql
Drag and drop reorder images using jQuery, Ajax, PHP & MySQL. Drag and drop reorder images using jQuery, Ajax, PHP & MySQL. Last Updated: Apr 27, 2016. Today we’ll discuss the most useful topic for the web application. jQuery drag and drop are very popular and user-friendly feature. We will build the images reorder functionality using jquery drag and drop feature. Also, we will use Ajax, PHP and MySQL for saving the images order at the database. From the above Demo. Jquery-1.8.3.min.js. Utf8 unicode ci;.
codexworld.com
Drupal Tutorials, Lessons, Modules, Themes - CodexWorld
http://www.codexworld.com/drupal
Top 15 Most Popular Drupal 8 Modules. Last Updated: Mar 21, 2016. A Drupal site can have three kinds of modules, Core, Contributed, and Custom. It is very difficult to find out some most useful modules from over 20,000 Drupal modules. This article provides the list of 15 most popular modules that helps to choose the right modules for your Drupal 8 site. Drupal 8 Installation and Configuration Tutorial. Last Updated: Nov 26, 2015. Drupal Custom Module – Create database table during installation. Create yo...
codexworld.com
Create Custom WordPress Widget from Scratch - CodexWorld
http://www.codexworld.com/create-custom-wordpress-widget-from-scratch
Create Custom WordPress Widget from Scratch. Create Custom WordPress Widget from Scratch. Last Updated: Apr 22, 2016. WordPress Widgets is used to add content and features to Sidebar. Some default widgets are come with the WordPress (Search, Categories, Tag Cloud etc.). We can also create custom widgets as per our needs. Create a folder named. Into the current theme directory. Create a PHP file named. Provide widget details under the comment tags (It is not mandatory). Plugin Name: Author Widget. Display...
SOCIAL ENGAGEMENT