MaXEster Technologies  | Technical Blog
  • HOME
  • ABOUT US
  • SERVICES
    • PHP WEB APPS
      • Codeigniter
      • Laravel
      • Zend
      • Cakephp
      • WordPress
      • Drupal
      • Magento
      • Opencart
    • MOBILE APP
      • Ios
      • Android App
      • Android Games
    • DESIGNING
      • Responsive Design
      • Logo Design
      • PSD to HTML
    • DIGITAL MARKETING
      • PAY PER CLICK DEVELOPMENT
      • Search Engine Optimization
      • Social Media Optimization
      • E-mail Marketing
      • Content Marketing
  • PORTFOLIO
  • CONTACT US
  • Blog

Category: Php

PHP Code for Upload File/Image to the server using Volley in Android

July 28, 2020August 20, 2020 MaxesterPhpLeave a Comment on PHP Code for Upload File/Image to the server using Volley in Android

This code will help you upload image to server which I have uploaded on ” “http://seoforworld.com/api/v1/file-upload.php” For using this code create a page with the name file-upload.php.Also, create a directory with name of images Copy this code in file-upload.php Image…

Read More→

What are Laravel View Composer?

October 3, 2019July 29, 2020 Bhaskar ChaudharyLaravel, PhpLeave a Comment on What are Laravel View Composer?

Sometimes we need to pass similar type of data to different view files or partials and later changing them is a pain point as you have to change every single one of them, hence to fix this issue view composers…

Read More→

How to get CLI Input in PHP?

September 2, 2019July 24, 2020 Bhaskar ChaudharyPhpLeave a Comment on How to get CLI Input in PHP?

Php Uses I/O Stream To Get input. So to get a input from user in cli. You can run the php file by opening your CMD in a Windows machine or Terminal in Linux based machine And Getting to the…

Read More→

How to add Helper file in Laravel?

August 20, 2019July 29, 2020 Bhaskar ChaudharyLaravel, PhpLeave a Comment on How to add Helper file in Laravel?

To create custom helpers.php file in laravel we need to edit composer.json file in laravel. In autoload object add the following file array:- After adding this we need to run the following command Make sure composer is installed. This will…

Read More→

How To pass infinite argument in PHP function?

July 18, 2019July 29, 2020 Bhaskar ChaudharyPhpLeave a Comment on How To pass infinite argument in PHP function?

There are many ways to pass undefined no of arguments in a function. Mostly I use one of these three ways:- Pass all the Argument in the form of an array Use func_get_args () to get all the passed argument…

Read More→

What is Anonymous function or Closure in Php?

July 3, 2019July 24, 2020 Bhaskar ChaudharyPhpLeave a Comment on What is Anonymous function or Closure in Php?

These are the function with no defined function. Mostly used for callback. These are accessed by the variables on which they are defined or invoked dynamically.

How to use multiple where condition in Laravel?

July 2, 2019July 24, 2020 Bhaskar ChaudharyLaravel, Php1 Comment on How to use multiple where condition in Laravel?

You can add where clause to a model like ->where(/*condition*/) Sometimes We need to add orWhere condition to our queries, between two cases. This might interfere with other conditions so we need to pass them in a function. To get…

Read More→

How to get IP Address of User in PHP?

April 29, 2019July 24, 2020 Bhaskar ChaudharyPhpLeave a Comment on How to get IP Address of User in PHP?

Php uses Global Variables (Superglobals) called $_SERVER to get the Header, Path, and Script Location. REMOTE_ADDR has the Ip address of the user on the current page.

What References Do in PHP (&)?

April 27, 2019July 24, 2020 Bhaskar ChaudharyPhpLeave a Comment on What References Do in PHP (&)?

Makes Two variables refer to the same content. Hence, If you change one Other will too.

Archives

  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • September 2024
  • August 2024
  • July 2024
  • June 2024
  • May 2024
  • April 2024
  • March 2024
  • February 2024
  • January 2024
  • December 2023
  • July 2023
  • June 2023
  • January 2023
  • June 2021
  • September 2020
  • August 2020
  • July 2020
  • May 2020
  • February 2020
  • January 2020
  • December 2019
  • November 2019
  • October 2019
  • September 2019
  • August 2019
  • July 2019
  • June 2019
  • May 2019
  • April 2019
  • March 2019
  • February 2019

Categories

Recent Posts

  • Using Components as Templates in React JS
  • Horizontal and Vertical Scaling In React JS
  • What is Load Balancing?
  • req and res objects in Express Js
  • Difference between Sessions and Cookies
Copyright ©MaXEster Copyright 2024. All Rights Reserved.
We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept”, you consent to the use of ALL the cookies.
Do not sell my personal information.
SettingsAccept
Privacy & Cookies Policy

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Non-necessary
Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.
SAVE & ACCEPT
  • b
  • a
  • c
  • j
  • F