Categories
JavaScript PHP

How to pass value of JS variable into PHP page or variable

This is always a challenge for a PHP beginner that How to pass value of JAVASCRIPT variable to a PHP variable or How can I access JS variable into my PHP Page. Today I am going to write for those beginners who are stuck in their programming. First we look at the difference between JavaScript…

Categories
PHP

Responsive/Bootstrap PHP Login form with MySQL database

By inspired from my recent post for Basic Registration form in PHP with MySQL database connectivity, Again I am connecting the node of basic functionality behind Registration process. If a user gets registered on your site you also have to have a functionality of Login/Sign in. Hope this article meets your requirements of Login functionality.…

Categories
PHP

Basic Registration form in PHP with MySQL database connectivity

I am glad to post here my knowledge and techniques used in PHP and MySQL. As you all aware that PHP and MySQL are the most widely used Open Source for websites. Today’s millions of websites and applications are using these free software’s. Personally I feel that this could be next level for front end…