Category Parent: Course
Category Name: PHP

How to Build Custom Elementor Widget

Elementor is one of the most popular page builder for WordPress sites. Building a WordPress website using Elementor is easy and you can save a ton of time using this popular plugin. Elementor provides widgets for creating different elements on your pages. You just need to pick up a widget, configure it and it will display the rendered elements on the frontend.Though Elementor comes with predefined widgets, sometimes you can’t get widgets of your choice. You might want to build a specific functionality and that ... Array ( [0] => PHP [1] => PHP Training )

How do I update a PHP variable without reloading page?

To update a PHP variable without reloading the page, you'll typically use AJAX (Asynchronous JavaScript and XML). Here's a step-by-step guide on how to achieve this:Step 1: Create a PHP ScriptCreate a PHP script (e.g., update.php) that handles the AJAX request and updates the variable. This script will receive data and can perform operations like updating a database or modifying a session variable.session_start(); // Start the session if you are using session variables if (isset($_POST['newValue'])) { ... Array ( [0] => Course [1] => Bootstrap [2] => HTML [3] => CSS [4] => PHP )

Creating a Simple CKEditor Widget

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software ... Array ( [0] => HTML [1] => PHP )
4 items