Tech Arise

Web Development Tutorials & Resources

Skip to content
Menu
  • Home
  • Tutorials
    • PHP
    • Codeigniter
    • Node JS
  • How To
  • Live Demo

Author: TechArise Team

Codeigniter 4 Ajax Image upload using MySQL

Posted onLast Updated : April 14, 2022By TechArise Team
Uploading Images from client to server is one of the most popular features of any web application. jQuery and Ajax can be used to upload images without page refresh. This article explains a simple way to implement the approach to uploading images with Codeigniter 4 Ajax Image upload using jQue [...]
Read More

Codeigniter 4 Authentication Login and Registration

Posted onLast Updated : April 3, 2022Last Updated : April 3, 2022By TechArise Team
The most common way of authenticating a user in web applications is through a login form. It is usually used to check the authenticity of the use. In this tutorial, we will create a Codeigniter 4 Authentication Login and Registration with MySQL. So here we have handled login functionality by c [...]
Read More

How to Get Current URL in PHP

Posted onLast Updated : March 5, 2022Last Updated : March 5, 2022By TechArise Team
In this tutorial, we will learn how to Get the Current URL in PHP. You can use the $_SERVER built-in variable to get the current page URL in PHP. The $_SERVER is a super global variable, which means it is always available in all scopes. Also Read: How to Disabl [...]
Read More

How to Disable Browser Back Button using JavaScript

Posted onLast Updated : January 2, 2022By TechArise Team
In this article, We will share with you how to write a JavaScript function that will prevent the user to navigate back to the previous page. The browser’s back navigation can be disabled with JavaScript. Use history.pushState() event and onpopstate property of the WindowEventHandlers to stop [...]
Read More

How to remove extension from filename in PHP

Posted onLast Updated : December 18, 2021Last Updated : December 18, 2021By TechArise Team
In this article, We will share with you how to extract the filename extension in PHP, along with understanding their implementation through the examples. There are many ways to extract the extension from a filename with PHP, which is given below: Also Read: How [...]
Read More

How to Find Duplicate Records in a MySQL

Posted onLast Updated : November 27, 2021Last Updated : September 7, 2023By TechArise Team
In this tutorial, We will show you How to Update CSS content property dynamically. The Best approach is to use GROUP BY and HAVING condition. It is more effective and faster. Also Read: How to Converting timestamp to time ago in PHP For ex [...]
Read More

How to Converting timestamp to time ago in PHP

Posted onLast Updated : November 27, 2021Last Updated : September 7, 2023By TechArise Team
PHP Time Ago functionality is used to display time in a different format. The time ago format removes the problem of different time zones conversion. Given below is a function to do the time conversion. In this function, take the timestamp as an input and then subtract it from the current time [...]
Read More

Helpdesk System with jQuery, PHP & MySQL

Posted onLast Updated : November 27, 2021Last Updated : September 7, 2023By TechArise Team
A Helpdesk or service desk is a one-stop point of contact that provides centralized information and support management service to handle a company’s internal or external queries. A helpdesk software solution enables companies to resolve customer grievances faster and efficiently by simply auto [...]
Read More

How to Update Column with CONCAT string from another Column in MySQL

Posted onLast Updated : November 25, 2021Last Updated : September 7, 2023By TechArise Team
We can append a string of data to an existing data of a field by using CONCAT function of MySQL. In this tutorial, We will show you How to Update a Column with a CONCAT string from another Column in MySQL. Also Read: How to Update CSS Content Property Dynamica [...]
Read More

How to Update CSS Content Property Dynamically

Posted onLast Updated : November 25, 2021Last Updated : September 7, 2023By TechArise Team
The content property in CSS is used to generate the content dynamically. The content property is used with the ::before and ::after pseudo-elements, to insert generated content. In this tutorial, We will show you How to Update CSS content property dynamically. [...]
Read More

Posts pagination

Previous Page Page 1 Page 2 Page 3 … Page 11 Next Page

Latest Articles

  • Library Management System in PHP and MySQL
  • NodeJS RESTfull APIs with Express and MySQL
  • How to get current date, given a timezone in PHP
  • Laravel 9 Registration and Login using MySQL
  • Convert HTML Content to PDF using JavaScript
  • Home
  •  |  
  • Contact Us
  •  | 
  • About Us

Copyright © 2011 - 2025 TECHARISE.COM All rights reserved.