Skip to content

adarshnin/Click-Counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Click-Counter

Counts the number of clicks on a link using PHP and SQL.

There are two php files in the project - src.php and goto.php.

On the first page(src.php), there are five links which can be clicked. There is an HTML table which fetches the values from an SQL Database and prints it.

The first page redirects to goto.php which then redirects to the corresponding link which was clicked on the first page. In goto.php, the views (or clicks) on the corresponding link are incremented in the SQL Database.

About

Counts the number of clicks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages