Power BI Clue

Getting User Device Location and Updating Database image PHP

Getting User Device Location and Updating Database

Author image
By JOHN Mon, Feb 19, 2024 at 12:31 PM (3 months ago )
Updated On Sat, Mar 09, 2024 at 07:59 AM (2 months ago)

In modern web applications, user location data can be a valuable asset for various functionalities, including personalization, localization, and tracking user activities.

Integrating user device location into your web application allows you to enhance user experiences and provide tailored content or services based on...

Read More … 
Data Science: Unveiling Insights in a Data-Driven World image Power BI

Data Science: Unveiling Insights in a Data-Driven World

Author image
By JOHN Sun, Feb 04, 2024 at 10:51 AM (3 months ago )
Updated On Sun, Feb 04, 2024 at 10:51 AM (3 months ago)

In our increasingly digitized landscape, data science emerges as a pivotal discipline. It blends mathematics, programming, and advanced analytics to extract meaningful patterns from vast datasets.

By harnessing artificial intelligence and machine learning, data scientists uncover actionable...

Read More … 
Global Positioning Systems  image Mislaneous(Mixed-up)

Global Positioning Systems

Author image
By JOHN Sun, Jun 04, 2023 at 04:57 PM (11 months ago )
Updated On Sun, Jun 04, 2023 at 04:57 PM (11 months ago)

As of 26 February 2023, 83 Global Positioning System navigation satellites have been built: 31 are launche...

Read More … 
Personal website file hierarchy  or structure  image Mislaneous(Mixed-up)

Personal website file hierarchy or structure

Author image
By JOHN Fri, Apr 21, 2023 at 12:23 PM (one year ago )
Updated On Fri, Apr 21, 2023 at 05:04 PM (one year ago)

checkout my personal website file hierarchy here



Read More … 
How to create a custom archive page template on your website layout image PHP

How to create a custom archive page template on your website layout

Author image
By JOHN Thu, Nov 17, 2022 at 08:00 AM (2 years ago )
Updated On Thu, Jan 05, 2023 at 06:24 PM (one year ago)

coming soon. for updates



Read More … 
Test the video layout design(Upload and Store video to MySQL Database with PHP) image PHP

Test the video layout design(Upload and Store video to MySQL Database with PHP)

Author image
By JOHN Sat, Nov 05, 2022 at 05:15 PM (2 years ago )
Updated On Wed, Nov 09, 2022 at 06:39 PM (2 years ago)

By storing a file in the MySQL database make it easier to retrieve files uploaded by the user or in a specific category.For this require storing the file on the server and saving the reference to the database. In the tutorial, I show how you can upload and store video to the MySQL database table with PHP. Also, show how you can...

Read More … 
Find second highest Salary Of Employee in different ways in  SQL SERVER image T-SQL

Find second highest Salary Of Employee in different ways in SQL SERVER

Author image
By JOHN Sun, Oct 30, 2022 at 10:15 PM (2 years ago )
Updated On Fri, Nov 04, 2022 at 06:56 PM (2 years ago)

SubQueryFind 2nd Highest Salary in SQL SERVER

There are multiple ways to find the second-highest salary in SQL 

Creating Table:- The first step is to create a table

CREATE TABLE...                          

Read More … 
How to set the expiry period for a reset password link. image PHP

How to set the expiry period for a reset password link.

Author image
By JOHN Mon, Oct 10, 2022 at 05:31 AM (2 years ago )
Updated On Tue, Nov 08, 2022 at 07:53 PM (2 years ago)

You may be wondering how to implement or set a password link expiry time after requesting a reset password. So we can implement using PHP and Backend MySql. We will divide the content in to three sections.

1, create an input text box a user entered their email

<form class="...                          

Read More … 
Search text box clear button image JavaScript

Search text box clear button

Author image
By JOHN Mon, Jun 06, 2022 at 09:04 PM (2 years ago )
Updated On Sun, Nov 20, 2022 at 06:36 PM (one year ago)

this is an example how to clear input value when click a clear button in search box . create a search form to demonstrate this task

div #serchhide{
    display:none;
    cursor:pointer
}

then create a search form

<form...                          

Read More … 
Send A verification email when a new user registered  image PHP

Send A verification email when a new user registered

Author image
By JOHN Tue, Dec 07, 2021 at 04:53 PM (2 years ago )
Updated On Tue, Nov 08, 2022 at 06:58 AM (2 years ago)

When a new user  registered for the first time the account must verified. It can be done in different ways. 

// REGISTER USER
if (isset($_POST['register_btn'])) {
// receive all input values from the form
$firstname = esc($_POST['firstname']);
$lastname = esc($_POST['lastname']);
...                          

Read More … 
  1   2345     Next »

Search


Archives

No archives data found yet in 2025.

No archives data found in 2016.

Find Us on Facebook

Subscribe for new updates




Back to Top

   Subscribe for new updates

G3 Tech logo image