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

76 Views Article, PHP 6 months ago

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

88 Views API, PHP, Programming 7 months ago
avatar
Google

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

116 Views Article, Artificial Intelligence, PHP 8 months ago

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

96 Views PHP, Web Development 8 months ago
avatar
Google

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

71 Views PHP 8 months ago

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

56 Views PHP, Web Development 8 months ago
avatar
Google

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

525 Views PHP, Programming 2 years ago

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

89 Views Blogging, PHP 2 years ago
avatar
Google

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

55 Views MySQL, PHP, SQL 2 years ago

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

55 Views Blogging, MySQLi, PHP 2 years ago
avatar
Google

September 11, 2020

2.2 K Views GCP Cloud Engineer 21 hours ago