How to Create Secure Registration Page in PHP/MySQL Part II
mysqli extension works differently compared to mysql extension. The 'i' stands for improved. Which means that it has some features that cannot be found in mysql extension.
There are two approach in using mysqli extension. They are Object Oriented style and Procedural style.
If you are migrating your old PHP file to mysqli extension, I prefer you use the procedural style. It's very easy to convert it to mysqli this way.
Looking at the example in our previous tutorial.
- Read more about How to Create Secure Registration Page in PHP/MySQL Part II
- 3 comments
- Log in or register to post comments
- 426 views