How to convert Text to image using PHP

In this post, we are going to see how to change any Text to image using PHP. PHP comes with an image processing library called the GD library. This has…

Read more »

Multiple Image Upload with Edit Delete using PHP Mysql

In this topic, we are going to see how to multiple image upload with edit delete using PHP Mysql. When Multiple Images uploaded into the folder then after we have…

Read more »

How to Upload and Compress an Image using PHP

Image compression is very helpful to reduce the size of the image. Generally, the user does not optimize the image when uploading through the website. In this case, compress images…

Read more »

How to Upload and Resize an Image using PHP.

In this post, we are going to learn how to upload and resize an image using PHP. Here we going to use simple PHP code for image upload and resize…

Read more »

How to Image Upload and Crop in Laravel with Ajax

In this tutorial, I am going to tell you how to image upload and crop in Laravel with Ajax. To crop the image using jQuery croppie plugin, that may help…

Read more »

Image Upload and Crop using PHP and jQuery

In this PHP tutorial, I am going to tell you how to crop an image using jQuery and upload the image via Ajax. Using the Croppie plugin to crop the…

Read more »

Image Convert to JPG, PNG & GIF using PHP

In this post I help you to convert any uploaded image to JPG, PNG and GIF. Create a file image_converter.php. In this code you see using convert_image() has three mandatory…

Read more »

How to Insert and Retrieve Data in Database – Laravel Framework

In this example, I am going to show you how to insert data in the database using laravel framework PHP. First, creating table the SQL query: Now, create three file…

Read more »

Directory Structure of Laravel

The image is showing the files and directories of laravel. It is automatically created when we create a project using a composer or laravel installer. Let’s we overview these files…

Read more »

How to install Laravel

To install laravel we need composer dependency tools. So, let us know about composer. Composer Composer is a tool for dependency management in PHP.It allows you to declare the libraries…

Read more »

What is MVC and Why use MVC?

Model View Controller (MVC) The MVC is an architecture pattern that separates an application into three main logical components Model, View, and Controller. Each of these components has its own…

Read more »

What is Laravel and its Features

Laravel is one of the most popular and widely used open-source frameworks today. Laravel is a PHP MVC framework that offers a standardized and feature-packed platform for high performing PHP…

Read more »

How To Create a PDF using PHP

Step 1. Create a file index.php file. Copy this code. then, create a makepdf.php file. Step 2. Go to this link: https://github.com/mpdf/mpdf. Which includes mPDF is a PHP library that…

Read more »

Introduction to PHP Data Object PDO in PHP

There are three main API options when considering connecting to a MySQL database server. PHP’s MySQL Extension. PHP’s mysqli Extension. PHP Data Object (PDO). PHP Data Object (PDO) PDO is…

Read more »

How to create an XML sitemap in website

Now that if you’ve got your Google Webmaster set up now going to create a sitemap right away. The easiest way to do that is to Search Google for example…

Read more »

Google Terminology in SEO

Now let’s go for Google terminology. So there is such a thing that’s: Googlebot: Software crawling the web: It’s not a bot it’s basically just software and the software crawls…

Read more »

How to add menu and toolbar plugin in reveal js?

Step 1. Go through this URL: https://github.com/hakimel/reveal.js/Step 2. Clone or download the zip folder.Step 3. Unzip and replace the example contents in index.html.Step 4. Open index.html in a browser to…

Read more »

What is Google Analytics and why is it important for SEO

Google Analytics is a free web analytics tool offered by Google to help you analyze your website traffic. It is particularly helpful to optimize your marketplace. During a search engine…

Read more »

7 SEO Tips to Increase your Website Ranking

Here are some SEO tips to boost your organic search ranking: SEO friendly website: Design your site according to the search engine guidelines. The site should be search engine friendly…

Read more »

Reveal.js Markdown Cheatsheet Complete guide

First, you can go to this link: https://github.com/hakimel/reveal.js/ Markdown: It is possible to write your slides using Markdown. To enable Markdown, add the data-markdown attribute to your elements and wrap…

Read more »