Category Archives: Php Examples Tutorials
Category Archives: Php Examples Tutorials
Show Hide text in HTML PHP using Bootstrap collapse class on button click
How to visible the whole div inside text on button click by Bootstrap’s CSS Collapsible example tutorial. In this tutorial we are simply using Bootstrap’s collapse class to make the whole selected div( Using DIV ID tag ) invisible and visible using sliding up and sliding down effect. This will help us…
PHP Retrieve data from MySQL database and Display in HTML Bootstrap table format
Hide Remove .php extension with URL rewriting using htaccess in PHP
Create Convert MySQL database data to JSON in PHP
How to Change MySQL tables records data values directly into JSON format to generate JSON data using json_encode() function. Full form of JSON is JavaScript Object Notation. JSON is mostly used to send data between web server to mobile phones. It converts the normal data into much more lighter significant format which can…
PHP Create user Signup Registration page with Login script using MySQL database
PHP Store/Insert encrypted password in MySQL database using PHP
How to convert normal password into encrypted form and save into MySQL db PhpMyAdmin. In this tutorial we are saving the encrypted password directly into PhpMyAdmin MySQL database. We are using md5() method to encrypted password in our page. So here is the complete step by step tutorial for PHP Store/Insert encrypted password in…
Encrypt and Decrypt password in PHP using md5 example tutorial
How to secure password using encode and decode method to change it into encrypted form. PHP gives us inbuilt md5() method which will mostly used to convert passwords. Because without Encryption password it can be easily readable + understandable by any human who has access to your web hosting’s control panel.…
0 comments:
Post a Comment