Skip to content
Webner Logo
  • Blog Home
  • Categories
    • Web Development
    • Salesforce
    • Big Data
    • Cloud
    • Database
    • PHP Frameworks
    • eLearning
    • Insurance
    • Java Frameworks
    • Linux, Windows, Mac
    • Mobile
    • Others (General)
    • Others (Technical)
    • Software Testing
    • Zoho
  • About Us
  • Contact Us
  • StudySection

Webner Blogs – eLearning, Salesforce, Web Development & More

Tag: PHP

February 24, 2021 PHP Frameworks

Fetch Mails from Gmail in Core PHP

February 24, 2021 PHP Frameworks
Post Views: 3,664
| By Webner

Fetch Mails in Core PHP Create an Core php app on console (https://console.developers.google.com). Download Google Client library from the following link (https://github.com/googleapis/google-api-php-client) Download the file of credentials(client_id,client_secret) and put it in the project directory. Create the config file in the

Read More
August 28, 2020 Cloud / PHP Frameworks

How to get the “To” email address from eml files?

August 28, 2020 Cloud / PHP Frameworks
Post Views: 4,815
| By Webner

What is an EML File ? EML is an email message file extension (means an email is stored in a file with an extension .eml). This file is in the standard MIME RFC 822 format by Microsoft Outlook Express and

Read More
July 10, 2020 Web Development

PHP Best Practices

July 10, 2020 Web Development
Post Views: 2,858
| By Webner

Below are the best practices that should be followed in PHP: 1. define() vs. const In the early version of PHP, one would use define() function to set constants. But with new updates in PHP gained one more way to

Read More
May 27, 2020 PHP Frameworks

Regular expressions in PHP

May 27, 2020 PHP Frameworks
Post Views: 2,712
| By Webner

Regular expressions Regular expressions use arithmetic operators like +,^,- and create complex expressions that can help to validate IP address, email address, telephone no, etc. They save our coding time. Some of built-in PHP regular expressions are: Preg_replace- perform pattern

Read More
May 25, 2020 PHP Frameworks

Convert PDF To Image In PHP

May 25, 2020 PHP Frameworks
Post Views: 6,371
| By Webner

How to convert PDF to image file using PHP? Before installing PDF to Images package, firstly you need to install two PHP extensions Imagick and Ghostscript. Step 1: Install Imagick sudo apt-get install php-imagick Step 2: Restart Apache In the

Read More
February 14, 2020 Web Development

PHP: Handle broken image links on a page

February 14, 2020 Web Development
Post Views: 6,216
| By Webner

Broken image link issue While creating a website or any project, we usually need to add some images to it. Suppose we have a Laravel project where we are showing some images from s3 or somewhere else. We may include

Read More
December 31, 2019 PHP Frameworks

Laravel Events Introduction With Example

December 31, 2019 PHP Frameworks
Post Views: 3,489
| By Webner

Laravel Events Events are one of the many powerful features of the Laravel. The event basically means the thing that happens or takes place, especially the one that is important. So, in Laravel’s case, events are triggered when some condition

Read More
November 14, 2019 Database

PHP: mysqli_multi_query stops the execution of further MySQL queries.

November 14, 2019 Database
Post Views: 3,114
| By Webner

The mysqli_query statement Generally, we use mysqli_query to execute Mysql queries in PHP. We can use multiple mysqli_query statements to execute multiple operations like insert, update, and select. Sometimes, we store records in more than one table during save operation

Read More
November 6, 2019 PHP Frameworks

Methods of Debugging – PHP

November 6, 2019 PHP Frameworks
Post Views: 2,463
| By Webner

Methods of Debugging by dumping information These methods are used for debugging in PHP. We can see the variable values in human-readable form on the console and can find errors in case there are issues due to variables incorrect values.

Read More

Posts pagination

1 2 3 … 5 Next Posts»

Google ad

Copyright 2022 - 2023 | Webner Blog by Webner Solutions Pvt Ltd. | All Rights Reserved.
MENU
  • Blog Home
  • Categories
    • Web Development
    • Salesforce
    • Big Data
    • Cloud
    • Database
    • PHP Frameworks
    • eLearning
    • Insurance
    • Java Frameworks
    • Linux, Windows, Mac
    • Mobile
    • Others (General)
    • Others (Technical)
    • Software Testing
    • Zoho
  • About Us
  • Contact Us
  • StudySection