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

March 20, 2019 Others (Technical) / PHP Frameworks / Web Development

Using Google Search Operators

March 20, 2019 Others (Technical) / PHP Frameworks / Web Development
Post Views: 4,453
| By Webner

Using Google Search Operators for Better Results Google defines Search Operators as the “words or symbols in one’s search phrase that make the search results more precise”. These operators have their basis in coding as they are nothing but shortcuts

Read More
November 27, 2018 PHP Frameworks

Sending Emails in CakePHP with Example

November 27, 2018 PHP Frameworks
Post Views: 4,435
| By Webner

What support/library is there in CakePHP for sending emails and how to use it? In CakePHP3, there are Transport and Email classes available under Cake/Network/Email namespace that are used for sending emails. After an update in the version 3.1 email

Read More
November 20, 2018 Web Development

Data Sanitization using PHP

November 20, 2018 Web Development
Post Views: 3,661
| By Webner

Understanding PHP data sanitization with an example In PHP data sanitization is a process in which we remove unwanted content from the strings to make them safe to use in HTML code. For example if user types Javascript code in

Read More
November 16, 2018 Web Development

SequenceMatcher in Python and Calling Python Script in PHP

November 16, 2018 Web Development
Post Views: 6,940
| By Webner

Introduction to SequenceMatcher in Python and Calling Python Script in PHP SequenceMatcher is a class in Python which compares pairs of sequences of any type.SequenceMatcher is a class which comes under the difflib module. It provides classes and functions for

Read More
October 15, 2018 PHP Frameworks

Laravel Configuration and Environment Variables

October 15, 2018 PHP Frameworks
Post Views: 4,895
| By Webner

Laravel Configuration and Environment Variables Each laravel application has one “Config” directory which includes all the basic configuration files. You can configure your application by adding custom or built-in configuration variables. Environment Configuration: Based on the environment where the application

Read More
October 5, 2018 PHP Frameworks / Web Development

Handling zip file download completion and cancellation event in PHP

October 5, 2018 PHP Frameworks / Web Development
Post Views: 9,585
| By Webner

Handling zip file download completion and cancellation event (PHP) Problem: I am working on a project in which user needs to download a zip file from the website. I am creating zip file on the server temporarily which should be

Read More
August 29, 2018 Web Development

Why and How to use spl_autoload_register?

August 29, 2018 Web Development
Post Views: 13,343
| By Webner

Purpose and Usage of spl_autoload_register with example __autoload is an older method. This method was first introduced in PHP 5 as a magic function but now this method is deprecated as of PHP version 7.2.0. If we want our code

Read More
August 22, 2018 PHP Frameworks / Web Development

Introduction to Magic Methods in PHP

August 22, 2018 PHP Frameworks / Web Development
Post Views: 4,300
| By Webner

Here we will go through different Magic Methods in PHP The PHP functions which starts with the double underscore “__” are called magic methods. These are the methods which are always defined in classes, and can not be used alone

Read More
August 9, 2018 Linux, Windows, Mac / PHP Frameworks / Web Development

PHP script scheduling without cron jobs

August 9, 2018 Linux, Windows, Mac / PHP Frameworks / Web Development
Post Views: 20,932
| By Webner

PHP script scheduling without cron job Sometimes a website built in php needs to schedule a script on daily or hourly basis – for example, Reminder Emails, Newsletter emails or Database backups to be taken automatically. Normally, these types of

Read More

Posts pagination

«Previous Posts 1 2 3 4 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