Skip to content

PHP Codes Blog

By Nikunj Joshi

Search for
  • PHP
    • PHP Settings
    • OOPs
    • MySQL
    • AngularJS
    • Jquery
    • Javascript
    • HTML
    • Server Apache
    • Server Nginx
  • Laravel
  • Magento
  • WordPress
  • About Nikunj
    • Contact Nikunj
  • Hire Dedicated Developer

Author: Nikunj Joshi

Nikunj Joshi is a web developer. He has experience in developing a real-time web applications, complex front-end and back-end management systems, social platform applications. www.nikunjjoshiphpdeveloper.com
PHP Banner

Difference between in_array() and array_search() function in php

Posted By: Nikunj Joshi July 5, 2018May 5, 2019

What’s the difference between in_array() and array_search() function in php. Function in_array() checks if the specified value exits in the array. Function array_search() searches an array for a given value …

Read More “Difference between in_array() and array_search() function in php”

Remove or Change WordPress Logo From Login and Register page

Posted By: Nikunj Joshi July 4, 2018May 5, 2019

Remove or Change WordPress Logo From Login and Register page Just copy the following code to your active theme’s functions.php file and you’re all set. The changes will take effect …

Read More “Remove or Change WordPress Logo From Login and Register page”

Remove WordPress Logo From Admin Bar

Posted By: Nikunj Joshi July 4, 2018May 5, 2019

Remove WordPress Logo From Admin Bar A quick tip on how to remove the first menu in the admin bar, or the all-new nickname widely used in the WP community …

Read More “Remove WordPress Logo From Admin Bar”

Creating Foreign Keys via Laravel Migration

Posted By: Nikunj Joshi July 4, 2018May 5, 2019

Adding foreign keys with Migrations Laravel really excels at facilitating deft management and navigation of table relations, but you’ll need to understand how to properly configure these relationships before taking …

Read More “Creating Foreign Keys via Laravel Migration”

Create migration file with make:model command

Posted By: Nikunj Joshi July 4, 2018May 5, 2019

How to create migration file with Make:model command Recently I’ve found out a nice little way to speed up generating of database stuff. I used to use make:migration and make:model …

Read More “Create migration file with make:model command”

Create database table when plugin is activated.

Posted By: Nikunj Joshi June 28, 2018October 4, 2019

Creating Custom Database Tables for Your WordPress Plugins Using custom database tables for your WordPress plugins is one of the way that you can greatly improve the kind of plugins …

Read More “Create database table when plugin is activated.”

PHP OOPs

Interfaces in PHP

Posted By: Nikunj Joshi June 27, 2018October 4, 2019

Brief About Interface Interface in php can be implemented like other oop lanugage. You can create interface in php using keyword interface. By implementation of interface in php class you …

Read More “Interfaces in PHP”

PHP OOPs

Difference between abstract class and interface in PHP

Posted By: Nikunj Joshi June 27, 2018December 12, 2019

Abstract Classes and Interface in PHP Abstract class and Interface in PHP play very important role in oops. Abstract class and interface both are used to achieve abstraction where we …

Read More “Difference between abstract class and interface in PHP”

PHP OOPs

What is final class and method in PHP?

Posted By: Nikunj Joshi June 23, 2018May 5, 2019

Final Keyword in PHP In PHP, Final Keyword is applicable to only class and class methods. We can not declare variables as Final in PHP. So if you declare class …

Read More “What is final class and method in PHP?”

Pass common data to all views in Laravel 5

Posted By: Nikunj Joshi June 22, 2018May 5, 2019

How to pass common data to all views in Laravel 5 Step 1) Open file in app/Providers/AppServiceProvider.php In AppServiceProvider class first add use Illuminate\Support\Facades\View; In boot function add data you …

Read More “Pass common data to all views in Laravel 5”

Posts navigation

1 2 3 4

Hire PHP Freelancer

Please like this video and subscribe to my YouTube channel.

Contact

Recent Posts

  • Force User to Verify Email after Registration in Laravel
  • Mutators and Accessors in Laravel
  • Laravel Two-Step Registration
  • Display Featured Products on Homepage in Magento
  • Function array_column() in PHP
  • Disable Timestamps in Laravel
  • Difference between implode and explode function in php
  • Build Single Page Application Using AngularJS
  • Use of the PHP substr_count() function
  • MySQL Create Table and Data Types

Categories

  • AngularJS (1)
  • HTML (1)
  • Javascript (5)
  • Jquery (8)
  • Laravel (34)
  • Magento (8)
  • MySQL (6)
  • OOPs (7)
  • PHP (27)
  • PHP Settings (3)
  • Server Apache (3)
  • Server Nginx (1)
  • Wordpress (5)

Tags

abstract (2) ajax (4) apache (4) array (7) arrays (4) artisan (18) authentication (3) cache (3) class (8) command (7) composer (11) config (2) console (3) controller (7) database (7) errors (4) features (2) function (28) functions (5) html (8) ini (2) javascript (8) jquery (9) Laravel (35) localhost (2) magento (8) method (4) methods (4) migration (5) model (7) mvc (3) mysql (10) notice (2) oops (6) php (66) programming (6) query (2) reviews (2) schedule (4) service (3) ssh (3) trigger (2) view (8) wordpress (4) xampp (3)

Comments

  • JSN Web Solutions on Difference between array_merge and array_combine in php
  • JSN Web Solutions on Laravel Two-Step Registration
  • JSN Web Solutions on Mutators and Accessors in Laravel
  • james on Start / Stop / Restart Apache Web Server Via SSH
  • web design company in coimbatore on Run custom query in Laravel

PHP Codes Blog by Nikunj Joshi

  • Register
  • Log in
PHP Codes Blog By Nikunj Joshi © 2018