Category: PHP
38 posts
How to Upload an Image Using the TinyMCE editor?
TinyMCE is a platform-independent web-based JavaScript HTML WYSIWYG editor control released as open-source software under LGPL by Ephox Corporation. It allows users to format text, add images, tables,... Read Mores
Prathmesh Yelne
15-May-2024 14:02:27
How to Use Codegyan PHP Compiler API in PHP
In the realm of web development, optimizing PHP code is paramount for enhancing performance and efficiency. The Codegyan PHP Compiler API offers a potent solution for compiling PHP code into executabl... Read Mores
Prathmesh Yelne
18-Apr-2024 12:58:15
September 11, 2020
2.2 K Views
GCP Cloud Engineer
21 hours ago
How to Use ChatGPT API in PHP
In the realm of artificial intelligence, ChatGPT stands out as a versatile tool for generating human-like text. Leveraging the ChatGPT API in PHP opens up a world of possibilities for developers seek... Read Mores
Prathmesh Yelne
02-Apr-2024 12:07:30
How to Send Mail Using SMTP (sendgrid) in PHP
Sending emails programmatically is a crucial functionality for many web applications. SMTP (Simple Mail Transfer Protocol) is a standard protocol used for sending emails over the internet. SendGrid i... Read Mores
Prathmesh Yelne
10-Mar-2024 9:53:24
September 11, 2020
2.2 K Views
GCP Cloud Engineer
21 hours ago
How to Send Mail Using SMTP in PHP
In the tutorial of web development, sending emails programmatically is a common task, whether it's for user registration, password resets, or notifications. SMTP (Simple Mail Transfer Protoco... Read Mores
Prathmesh Yelne
10-Mar-2024 9:17:31
How To Send Mail Using Mail() Function in PHP
Sending emails using PHP is a fundamental feature in web development, allowing websites to communicate important information to users. The mail() function in PHP stands as a pivotal tool, ena... Read Mores
Prathmesh Yelne
09-Mar-2024 9:44:33
September 11, 2020
2.2 K Views
GCP Cloud Engineer
21 hours ago
Convert png, jpg, jpeg, gif to webp using PHP Function
To convert PNG, JPG, JPEG, and GIF files to WebP format using PHP, you can use the GD library and imagewebp() function. Here's an example code snippet that should do the trick:
function convertToWebP(... Read Mores
Prathmesh Yelne
03-Apr-2023 8:50:14
Create Function to Insert Post using core PHP
Hello there, In this tutorial we will learn how to create function to insert post to database using php. here's an example function to insert a post using PHP's core SQL functions:
PHP
function insert... Read Mores
Prathmesh Yelne
25-Mar-2023 12:33:28
September 11, 2020
2.2 K Views
GCP Cloud Engineer
21 hours ago
Create Function to Insert Post and Update Post in Single Function using PHP
Hello there, In this tutorial we will learn how to create function to insert post and update post in single function using core php, here's an example function that can both insert a new post and upda... Read Mores
Prathmesh Yelne
23-Mar-2023 9:12:24
How to Create Function to Get Post Metadata Using PHP to Get Value by Key
Hello there, in this tutorial we will learn How to Create Function to Get Post Metadata Using PHP to Get Value by Key Here is an example function in PHP that retrieves post metadata from a MySQL datab... Read Mores
Prathmesh Yelne
03-Apr-2023 12:30:40
September 11, 2020
2.2 K Views
GCP Cloud Engineer
21 hours ago