Skip to content

VIVEK PANDHARKAR

The Stack Developer

  • Home
  • About Me
  • Web Development
    • PHP Dev
    • MySQL
    • Javascript
  • Web Server
    • Linux
  • Contact
Close Menu
December 26, 2022December 26, 2022 0 Comments rpvivekrpvivek 5:44 am

MYSQL Database Permissions to User for all Databases on serverMYSQL Database Permissions to User for all Databases on server

Create a Database Using cPanel API Log into your server via SSH. Run the following command to create the database:uapi ...

READ MOREREAD MORE
December 26, 2022December 26, 2022 0 Comments rpvivekrpvivek 5:44 am

web dev kitsweb dev kits

Multiselect Options: https://www.jqueryscript.net/blog/best-multiple-select.html ...

READ MOREREAD MORE
December 26, 2022December 26, 2022 0 Comments rpvivekrpvivek 5:44 am

oracle jdkoracle jdk

Note: This article uses JDK8_Update_241 to demonstrate the installation. In the provided commands, replace the version specific paths and file ...

READ MOREREAD MORE
December 26, 2022December 26, 2022 0 Comments rpvivekrpvivek 5:44 am

Website in 3000/-Website in 3000/-

Clients Guide Guidelines for sending website content Website text content Soft copy of text content saved in MS Word “.doc” ...

READ MOREREAD MORE
December 26, 2022December 26, 2022 0 Comments rpvivekrpvivek 5:44 am

Search Results Web results A Guide to MySQL and PHP UTF-8 Encoding | ToptalSearch Results Web results A Guide to MySQL and PHP UTF-8 Encoding | Toptal

Specifically, we’ll cover the following in this post: Mods you’ll need to make to your php.ini file and PHP code. ...

READ MOREREAD MORE
December 26, 2022December 26, 2022 0 Comments rpvivekrpvivek 5:44 am

Delete Duplicate rows in SQL TableDelete Duplicate rows in SQL Table

DELETE t1 FROM students t1 INNER JOIN students t2 WHERE t1.UserID > t2.UserID AND t1.Email = t2.Email; Reference: https://www.mysqltutorial.org/mysql-delete-duplicate-rows/ ...

READ MOREREAD MORE
December 26, 2022December 26, 2022 0 Comments rpvivekrpvivek 5:30 am

How to Add Custom File Extension for PHP in Apache and NginxHow to Add Custom File Extension for PHP in Apache and Nginx

by Luke P. Issac on March 16, 2014 Typically you’ll see .php as the extension for PHP files that are ...

READ MOREREAD MORE
December 4, 2020December 4, 2020 0 Comments rpvivekrpvivek 11:22 am

Postfix service Console commands – Postfix Mail Server Spam DetectionPostfix service Console commands – Postfix Mail Server Spam Detection

Postfix service Console commands – Postfix Mail Server Spam Detection The article will help you flush, clear, or delete emails ...

READ MOREREAD MORE
October 14, 2020October 14, 2020 2 Comments rpvivekrpvivek 11:10 am

Linux Console Commands For Web Developers – Tree, Find, Find & ExecuteLinux Console Commands For Web Developers – Tree, Find, Find & Execute

Linux Console Commands For Web Developers – Tree, Find, Find & Execute Essential Commands for the web developers to know ...

READ MOREREAD MORE
May 2, 2020May 2, 2020 0 Comments rpvivekrpvivek 12:19 am

HTTP to HTTPS Redirect using .htaccess Apache Web ConfigHTTP to HTTPS Redirect using .htaccess Apache Web Config

HTTP to HTTPS Redirect using .htaccess Apache Web Config In order to force your website traffic to use HTTPS and ...

READ MOREREAD MORE
March 28, 2020March 28, 2020 0 Comments rpvivekrpvivek 2:34 pm

COVID-19 WHO GuidelinesCOVID-19 WHO Guidelines

The Below Information is taken from the WHO Website. Please use the link for updated information: https://www.who.int/emergencies/diseases/novel-coronavirus-2019. COVID 19 #WHOFightsCorona ...

READ MOREREAD MORE
March 27, 2020March 27, 2020 0 Comments rpvivekrpvivek 4:05 pm

COVID-19 Govt. of India Guidelines during LockDown between 25th March 2020 to 14th April 2020COVID-19 Govt. of India Guidelines during LockDown between 25th March 2020 to 14th April 2020

The Below Information is taken from the Indian Government. Please use the link for updated Information: https://www.mygov.in/covid-19/. COVID 19 #IndiaFightsCorona ...

READ MOREREAD MORE
March 26, 2020March 26, 2020 0 Comments rpvivekrpvivek 11:09 pm

SQL – UPDATE using JOIN for Inserting data into the table from another table!SQL – UPDATE using JOIN for Inserting data into the table from another table!

SQL – UPDATE using JOIN for Inserting data into the table from another table! UPDATE JOIN statement to perform the ...

READ MOREREAD MORE
March 26, 2020March 26, 2020 0 Comments rpvivekrpvivek 2:03 am

Website DisclaimerWebsite Disclaimer

If you require any more information or have any questions about our site’s disclaimer, please feel free to contact us ...

READ MOREREAD MORE
March 1, 2020March 1, 2020 0 Comments rpvivekrpvivek 11:54 pm

Basic Linux Commands Every Web Developer Must KnowBasic Linux Commands Every Web Developer Must Know

Web Hello All! This article is inspired by our day-to-day usage of Linux commands to tackle basic issues in website ...

READ MOREREAD MORE
February 23, 2020February 23, 2020 0 Comments rpvivekrpvivek 8:37 am

Hello All!,Hello All!,

Experienced Owner with a demonstrated history of working in the information technology and services industry. Skilled in PHP, XHTML, jQuery, ...

READ MOREREAD MORE
February 23, 2020February 23, 2020 0 Comments rpvivekrpvivek 6:55 am

Hello world!Hello world!

Welcome to WordPress. This is your first post. Edit or delete it, then start writing! ...

READ MOREREAD MORE
April 21, 2016April 21, 2016 0 Comments rpvivekrpvivek 7:13 am

Dirt Bike: Always One of my favorites.Dirt Bike: Always One of my favorites.

Hello, my name is Ewala. I come from the planet Alawe, in the galaxy Ewala, in the universe Alawe. But ...

READ MOREREAD MORE
April 17, 2016April 17, 2016 0 Comments rpvivekrpvivek 3:52 am

Hello world!Hello world!

Hello, my name is Ewala. I come from the planet Alawe, in the galaxy Ewala, in the universe Alawe. But ...

READ MOREREAD MORE
April 16, 2016April 16, 2016 0 Comments rpvivekrpvivek 9:08 am

Programming with patience and loveProgramming with patience and love

Hello, my name is Ewala. I come from the planet Alawe, in the galaxy Ewala, in the universe Alawe. But ...

READ MOREREAD MORE
January 4, 2023January 4, 2023 0 Comments rpvivekrpvivek 2:28 pm

Date Difference in seconds in MySQLDate Difference in seconds in MySQL

You have two columns of the type timestamps, datetimes and you want to calculate the difference between them. Syntax: To ...

READ MOREREAD MORE

Posts navigation

Page 1 Page 2 Page 3 Next page

Tech Startup WordPress Theme Copyrights@ RG-VP Web Solutions