Tech Arise

Web Development Tutorials & Resources

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

Author: TechArise Team

How to validate a URL in PHP

Posted onLast Updated : November 21, 2021Last Updated : September 7, 2023By TechArise Team
It is very important to check URL is valid. In this article, We have shared with you how to validate URL in PHP. Using filter_var() function with FILTER_VALIDATE_URL Filters, we can easily validate a URL in PHP. Also Read :How to validate an email address in P [...]
Read More

How to validate an email address in PHP

Posted onLast Updated : November 19, 2021Last Updated : September 7, 2023By TechArise Team
In this article, different methods to validate an email address in PHP.It uses regular expressions and an inbuilt email validation function in PHP. Also Read :How to Open URL in Same Window and Tab using JavaScript Using: regular function p [...]
Read More

How to Open URL in Same Window and Tab using JavaScript

Posted onLast Updated : November 19, 2021By TechArise Team
In this tutorial, We have shared with you How to Open URLs in the Same Window and Tab using JavaScript.In HTML, the anchor tag is used to open URLs in the browser window. The href attribute is used to add a hyperlink to the tag and redirect one page to another. By default, the URL opens in the [...]
Read More

How to Convert UTC to Local Time in JavaScript

Posted onLast Updated : November 19, 2021Last Updated : November 19, 2021By TechArise Team
In this tutorial, We have shared with you How to convert UTC date-time into local date-time using JavaScript toLocaleString() function. The toLocaleString() method returns a string with a language sensitive representation of this date. Also Read : How to Conver [...]
Read More

How to Convert Local Time to UTC in PHP

Posted onLast Updated : November 19, 2021Last Updated : September 7, 2023By TechArise Team
In this tutorial, We have shared with you how to convert the date and time value from one timezone to another timezone using PHP DateTime and DateTimeZone classes. You can convert any timezone to UTC DateTime using PHP. We will show you how to convert local date&time to UTC DateTime (YYYY-M [...]
Read More

Login with Facebook using PHP

Posted onLast Updated : November 6, 2021Last Updated : September 7, 2023By TechArise Team
PHP Facebook Graph API allows users to login in a web application with Facebook credentials. In this tutorial, you will learn how to build a Login with Facebook Account using PHP. This is a very simple example, you can just copy-paste, and change according to your requirement. [...]
Read More

Login with Google Account using PHP

Posted onLast Updated : October 19, 2021Last Updated : October 19, 2021By TechArise Team
PHP Google OAuth API allows users to login in a web application with Google credentials. In this tutorial, you will learn how to build a Login with Google Account using PHP SDK.This is a very simple example, you can just copy-paste, and change according to your requirement. [...]
Read More

Drag And Drop File Upload with PHP MySQL and jQuery

Posted onLast Updated : July 3, 2021Last Updated : September 7, 2023By TechArise Team
Uploading files with a drag and drop feature is a user-friendly solution widely used on web Applications where the emphasis on usability is very high. Mostly we need to implement file uploading functionality by browsing the file directory through the click. But sometimes it is required to also [...]
Read More

Build a Newsletter Email Subscription with PHP and MySQL

Posted onLast Updated : February 21, 2021Last Updated : September 7, 2023By TechArise Team
Newsletter marketing is a form of direct-to-consumer advertising. This is used by companies that want to send information directly to valuable and existing customers. A Newsletter subscription is the most important part of the dynamic web application. An email subscription provides an option f [...]
Read More

Upload Image and Create Multiple Thumbnails using PHP

Posted onLast Updated : January 17, 2021Last Updated : September 7, 2023By TechArise Team
Thumbnails are reduced-size versions of pictures or videos, used to help in recognizing and organizing. Thumbnails are ideally implemented on web pages as separate, smaller copies of the original image, in part because one purpose of a thumbnail image on a web application is to reduce bandwidt [...]
Read More

Posts pagination

Previous Page Page 1 Page 2 Page 3 Page 4 … 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.