Category

PHP Tutorials

Practical PHP tutorials — login systems, OAuth integrations, content management, mailers, and server-side patterns for real projects.

10
Total Tutorials
0
New this month
Showing 10 of 10
Send Email with PHPmailer
PHP
5 min
Feb 10, 2023
Send Email with PHPmailer
W
W3Tweaks Team
Returning Dynamic Data in JSON Format using PHP: A Comprehensive Guide
PHP
3 min
Feb 7, 2023
Returning Dynamic Data in JSON Format using PHP: A Comprehensive Guide
W
W3Tweaks Team
Securing PHP Login Scripts: Best Practices and Code Examples
PHP
4 min
Feb 7, 2023
Securing PHP Login Scripts: Best Practices and Code Examples
W
W3Tweaks Team
13 Best PHP Login system
PHP
5 min
Jan 14, 2021
13 Best PHP Login system
W
W3Tweaks Team
8 PHP Libraries for sending and parsing email
PHP
1 min
May 9, 2020
8 PHP Libraries for sending and parsing email
W
W3Tweaks Team
Login the App using facebook oauth in PHP
PHP
1 min
Dec 29, 2017
Login the App using facebook oauth in PHP
In my old articles, we see integration about how to login the apps using social networking in PHP like Twitter, LinkedIn, Google Plus. In this tutorial, I'll be sharing how to integrate Facebook login with oauth in PHP.
W
W3Tweaks Team
Twitter oAuth login api using php
PHP
2 min
May 19, 2017
Twitter oAuth login api using php
Tutorial will explain how to integrate twitter oAuth login page using php
V
Vetrivel Pandian
Login using LinkedIn oAuth2 in php and MySQL
PHP
2 min
Feb 7, 2017
Login using LinkedIn oAuth2 in php and MySQL
Login using LinkedIn oAuth2 in php and MySQL
V
Vetrivel Pandian
Signup Form and Email Verification using PHP
PHP
5 min
Jan 16, 2017
Signup Form and Email Verification using PHP
Signup Form and Email Verification using PHP and mysql db
V
Vetrivel Pandian
Simple php login and logout script using php session and database using MySQL
PHP
3 min
Sep 29, 2016
Simple php login and logout script using php session and database using MySQL
This tutorial will explain how to login and logout the web page using php session and database using MySql. By using this login script, we can show the secure pages after the login page successfully logged in. For authentication process we have to create
W
W3Tweaks Team