Please note, this is a STATIC archive of website technosmarter.com from 20 Jul 2022, cach3.com does not collect or store any user information, there is no "phishing" involved.
 

PHP

Login with session using PHP and MYSQL database


Login with a session using PHP and MYSQL database. The session is used to access the various pages of an entire website. Download free complete login system using PHP session and MYSQL




Login system with cookies using PHP and MYSQL database


A cookie is a small file that is stored on the client computer. Create a login with cookies using PHP and MYSQL database. Download free source code for login with cookies in PHP




PHP: Difference between Session and cookie


Difference between session and cookie with the examples and mini project in session. Here you can differentiate session and Cookie and session vs cookie points.




How to create countdown timer using JS,PHP and MYSQL database


The countdown timer is one of the best module for the event. You can create a dynamic countdown timer using JS, PHP and MYSQL database.




Total number of rows count using PHP and MYSQL table


Count the number of rows using two methods. You can use count() function .The MySQL select query also used to count the table rows The MySQL select query also used in count the table rows




Copy one mysql database table to another using PHP


You can copy one table to another using MYSQL query and PHP. Select the data and copy another MySQL table using PHP. You can click one button and you will see the id-data copied to another MySQL database. Mysql copy query syntax.




Validate username and email if already exists in PHP and MYSQL


Validate the username and email if already exists in PHP. The validation of username and email exists is a restriction to the user for duplicate remove. MYSQL query selects the table data (username and email) from the table.




Display data from MYSQL database table using PHP and AJAX |filter by


You can display (fetch) data from the MYSQL table using PHP and AJAX. You can search for data, filter by date and edit data on the same page without reloading the page via Ajax.




How to create blog using PHP and MYSQL database?


In this PHP tutorial, we will create a complete blog CMS using PHP and MYSQL database. To create a blog CMS, along with PHP and MYSQL, you should also have knowledge of CSS and HTML, only then a better blog can be made




How to create SEO friendly URL for Blog posts in PHP? | Part 2


In this tutorial, we will create SEO friendly URLs for the blog CMS using PHP and MYSQL database. In this tutorial, you will learn to create an SEO friendly URL by changing the same blog PHP code.