Skip to content

Vinod Ram Blog

Creative, Informative and Entertaining Stuff for everyone

Vinod Ram Blog

Creative, Informative and Entertaining Stuff for everyone

  • Home
  • Web Stories
  • Get in touch
  • About
    • Home
    • PHP
apache CMS htaccess Setting PHP web development

401 Response when PHP-FPM Enabled on WordPress CMS

Vinod Ram January 2, 2025 0 Comments

We recently migrated our website to another hosting service running FPM/FastCGI . We noticed under the website CMS -> tools -> Site Health Status , that all our REST API…

General HTML javascript jquery Mysql PHP web development

How to reorder table rows using drag and drop and save the sequence in database

Vinod Ram May 24, 2024 0 Comments

How to reorder table rows using drag and drop and automatically save the sequence in database. Sample Table code start <table class=”table table-bordered” id=”tbl_1″> <thead> <tr> <th width=”25%”>Column1 Label</th> <th…

CMS Drupal PHP web development

Drupal 8 how to get value of the webform submission in webform confirmation twig file

Vinod Ram October 8, 2022 0 Comments

Put the below code in youractivetheme.theme file /** * Implements hook_preprocess_HOOK(). */ function _preprocess_webform_confirmation(&$vars) { if ($vars->id() == 'put your webform id') { // Set your custom message here $markup…

PHP web development yii yii2

How to show or hide yii2 gridview action button conditionally

Vinod Ram June 4, 2020 0 Comments

In Yii2 Gridview normally to display the action button we have the following chunk of code $columns = , 'name', 'description:ntext', 'status', ]; The output you see as below: Now…

linux Mysql PHP web development

export mysql database – mysql dump

Vinod Ram April 14, 2020 0 Comments

When you have access to the command line and you have the export large database, you will not be able to export from phpmyadmin. Hence mysql provide you handy method…

linux PHP Uncategorized web development

How to change the php version for the console

Vinod Ram November 18, 2019 0 Comments

Many a times when you view the php version in the browser by displaying the phpinfo() information and the php version that is displayed when you see by typing the…

CMS linux MVC PHP web development yii yii2

Yii2 how to set custom value for checkbox in gridview widget

Vinod Ram August 4, 2019 0 Comments

In Yii2, while you use gridview widget to display your table data, for performing any operation on the record by selecting the checkbox, gridview assign the value of the first…

linux mac PHP Uncategorized web development

How do I gunzip all files .gz recursively in a target directory?

Vinod Ram November 24, 2018 0 Comments

The solution is very simple gunzip -r * This will extract all .gz file in the respective directory and sub directory and remove the .gz files as well. Vinod RamVinod…

aws Laravel MVC PHP web development

how to set public permission to image uploaded on s3 aws in laravel 5.5

Vinod Ram December 8, 2017 0 Comments

First set your s3 bucket configuration in your .env file as below. S3_AWS_KEY=AKIAIDTXXXHUR7ABCDEF S3_AWS_SECRET=2XTTy0q8xxdaddffrtsfsdfdfgfhvcdsfsf S3_AWS_REGION=us-east-2 S3_AWS_BUCKET=BUCKET_NAME In your controller file add the following code to set the public property to…

CMS css HTML MVC PHP web development yii yii2

How to wrap data column in Gridview widget in yii or yii2 framework

Vinod Ram November 20, 2017 0 Comments

The column which you want to wrap should be added the property called “contentOptions” where you can apply the css property to suits your needs and requirements as below. ,…

Posts navigation

1 2 … 4

Next Page »

Tags

amazon amazon on strike 2024 Anita Bryant Australia bitcoin content Cricket date date validation David Dobrik Death in Paradise delivery Staff donald trumph form validation France gateway timeout Hollywood htaccess javascript jquery Karate laravel Melbourne Cricket Ground microsoft movie Muay Thai Murielle Hilaire netflix ninja form Notre-Dame fire online Shopping Paris php-fpm Singer squid game Stardom suspense Sydney Sweeney thriller usa politics validation website development wordpress yii2 youtuber

Archives

You Missed

General Knowledge International News

Microsoft Makes OpenAI’s $200/Month AI Free for All Copilot Users

General Knowledge International News

अमेरिका-चीन व्यापार युद्ध बढ़ा: नए टैरिफ और जवाबी उपायों से वैश्विक बाजार में उथल-पुथल

International News

Dick Button The Trailblazer Who Revolutionised Figure Skating

Hollywood International News

Selena Gomez was criticised for posting a tearful video on Instagram

Vinod Ram Blog

Creative, Informative and Entertaining Stuff for everyone

Copyright © All rights reserved | Blogus by Themeansar.

  • Terms and Condition
  • Disclaimer
  • Privacy Policy
  • Get in touch