PHP Wordpress1 Min Read CodexonSeptember 16, 2025 Enquiry sent automatically to WhatsApp Someone submits the inquiry form on your WordPress site, the inquiry details should be sent automatically to your WhatsApp number (not just…
PHP Wordpress1 Min Read CodexonSeptember 15, 2025 Gemini chatbot : create for WordPress Plugin Let’s create Gemini chatbot into WordPress so you can use it anywhere on your site via a shortcode (e.g., [gemini_chatbot]). Step 1: Create a…
Javascript PHP1 Min Read CodexonSeptember 14, 2025 full interactive chatbot using PHP (backend) + HTML/CSS + JavaScript (frontend) with the Gemini API. Step 1: Backend (chatbot.php) This PHP script will receive the user’s message via AJAX, call Gemini API, and return the response. Step 2:…
PHP Wordpress2 Min Read CodexonSeptember 11, 2025 How to Enable WebP Support in WordPress Media Uploads WebP is a modern image format that provides smaller file sizes and faster loading compared to JPEG and PNG. Since WordPress 5.8, WebP is…
PHP2 Min Read CodexonSeptember 10, 2025 FPDF : Table with MultiCells The goal of this script is to show how to build a table from MultiCells. As MultiCells go to the next line after being output, the base idea…
PHP Wordpress1 Min Read CodexonSeptember 1, 2025 Create a chatbot in PHP using the Gemini API (from Google AI) Requirements PHP 7.4+ cURL enabled in PHP Gemini API Key (from Google AI Studio: https://makersuite.google.com/app) Step 1: Setup Your PHP…