Skip to content
Codewolfy Logo

Code Wolfy

  • Privacy Policy
  • Terms of Use
  • Contact Us
  • About Us

PHP

Convert an object to an associative array in PHP 5 mins
  • JSON

Convert an object to an associative array in PHP

When working with PHP, it is often necessary to convert an object to an associative array in PHP so you can take advantage of array functions or simplify loops in your code. There are multiple ways to achieve this conversion depending on the situation. Before diving into the methods, let’s quickly understand the basics: an

Learn More about Convert an object to an associative array in PHP
1 year ago5 days ago
Encode Decode JSON In PHP 8 mins
  • JSON

Encode Decode JSON In PHP

JSON stands for JavaScript Object Notation. JSON is an open standard data format used to transfer data quickly and easily. In PHP, there is an in-built function to handle JSON operations like encode and decode. Objects or arrays can easily be parsed into JSON using those functions. Then we can transfer JSON sting over HTTP/HTTPS

Learn More about Encode Decode JSON In PHP
1 year ago5 days ago
How to Handle CSV Files in PHP? 5 mins
  • PHP

How to Handle CSV Files in PHP?

How to Handle CSV Files in PHP is important when working with data in PHP applications. CSV (Character Separated Values) files store plain text content separated by commas or other characters, and PHP provides built-in functions to read, process, and manage these files efficiently. Here, we will learn to use CSV data in our application

Learn More about How to Handle CSV Files in PHP?
1 year ago5 days ago
PHP File Download and Upload 13 mins
  • PHP

PHP File Download and Upload

Nowadays, File upload and download functionality is almost mandatory. PHP provides simple and easy ways to upload and download files. You can store these files in a public folder or local storage. In this tutorial, we will show you how you can upload files of various formats like .zip, .pdf, .docx, and .ppt, as well

Learn More about PHP File Download and Upload
1 year ago5 days ago
Generate Random String in PHP 5 mins
  • PHP

Generate Random String in PHP

In this example, we will generate random string in PHP using multiple methods. PHP does not provide a built-in function for random strings, but we can create them using random numbers. PHP has three different functions to generate random numbers. These functions accept minimum and maximum values and return a random number from that range.

Learn More about Generate Random String in PHP
1 year ago5 days ago
Generate QR Code In PHP 4 mins
  • PHP

Generate QR Code In PHP

Knowing how to generate QR code in PHP and allow users to download it as an image is an essential skill for developers. QR codes play a major role in industries like online payments, eCommerce, ticket booking, and even on visiting cards. A QR code stores information such as serial numbers or website addresses. When

Learn More about Generate QR Code In PHP
1 year ago5 days ago
Check File Exists or not Using PHP 4 mins
  • PHP

Check File Exists or not Using PHP

When working with files, it’s important to check file exists or not using PHP before attempting to access them. This prevents errors and improves the user experience by handling missing files gracefully. PHP offers several built-in functions to manage file operations efficiently. In this tutorial, we will explore these functions and demonstrate how to check

Learn More about Check File Exists or not Using PHP
1 year ago5 days ago
Converting HTML To PDF In PHP Using Dompdf 10 mins
  • PHP

Converting HTML To PDF In PHP Using Dompdf

Portable Document Format (PDF), is a file format developed by Adobe. PDF is used to download data or text content in the web application. The PDF file format is the perfect choice for downloading text or HTML content in a file. While downloading web page content as a PDF file, it requires converting HTML to

Learn More about Converting HTML To PDF In PHP Using Dompdf
1 year ago4 days ago
Image Upload Using Dropzone in PHP 8 mins
  • PHP

Image Upload Using Dropzone in PHP

Image upload functionality is a common requirement in many web applications. This tutorial will explore how to implement image uploads using Dropzone.js in PHP. Dropzone.js is a popular JavaScript library that provides an elegant drag-and-drop file upload experience for users. By combining Dropzone.js with PHP, you can create a seamless image upload process on your

Learn More about Image Upload Using Dropzone in PHP
1 year ago4 days ago
Implementing Mailgun in Laravel 7 mins
  • Laravel

Implementing Mailgun in Laravel

In today’s digital age, sending email is crucial for businesses. Laravel, one of the most popular PHP frameworks, provides robust support for email functionality. With Laravel, we can easily integrate any mail service providers like Mailtrap, Mailgun, or Gmail. In this post, we will implement Mailgun in Laravel with a practical example. By integrating Mailgun,

Learn More about Implementing Mailgun in Laravel
1 year ago4 days ago
  • Previous page
  • 1
  • 2
  • 3
  • 4
  • Next page

Recent Posts

  • Make Artisan Commands More User Friendly with Laravel Prompts
  • Laravel API Documentation using Swagger
  • Enhance PHP Command-Line Tools with AnsiKit
  • How to Get Geolocation in Python
  • How to Download YouTube Videos Using Python

Categories

  • AI (4)
  • API (3)
  • Array (3)
  • Barcode (2)
  • Ckeditor (1)
  • Composer (1)
  • CSS (1)
  • CURL (1)
  • Database (4)
  • Filament (3)
  • Filament 4 (1)
  • Form Validation (5)
  • FTP (1)
  • Google (1)
  • JavaScript (13)
  • jQuery (19)
  • Jquery UI (3)
  • JSON (5)
  • Laravel (99)
  • Library (1)
  • MongoDB (1)
  • MySql (2)
  • Node JS (6)
  • Payment Gateway (1)
  • PHP (31)
  • Python (5)
  • React JS (1)
  • Software install (3)
  • SQL (1)
  • Ubuntu (3)
  • Vue.JS (2)
  • XAMPP (1)
Codewolfy Logo

Codewolfy is online learning platform for beginners and experienced. which covers web development, software development and programming.

Quick Links

  • Privacy Policy
  • Terms of Use
  • Contact Us
  • About Us

  • Laravel (99)
  • PHP (31)
  • jQuery (19)
  • JavaScript (13)
  • Node JS (6)

@ 2025 Codewolfy.