jQuery UI datepicker by default show widget text content in English language but you can change it any other language easily.
For this, you need to load language script file on your web page and point it to the datepicker widget.
jQuery UI datepicker by default show widget text content in English language but you can change it any other language easily.
For this, you need to load language script file on your web page and point it to the datepicker widget.
It is not always mandatory to submit form requires adding the submit button.
You can submit form using javascript and jQuery where you need to define event on the HTML element – checkbox, radio, select, etc.
In this quick tutorial, I show how you can use JavaScript and jQuery to submit form.
Handle session is very important when creating a member-based website where the user needs to register and login to their account to access website content.
With the help of a session, it is easier to identify the user and display the content accordingly.
In Codeigniter, require the loading session library to start work with Session. There are inbuilt methods are available that makes easier to handle session operations.
Sometimes required to restrict the user to only log in on a single system or a browser at a time.
To prevent the user from login on multiple systems or web browsers you need to generate a token on each successful login attempt.
Need to check the token on each page. If the token does not match then destroy the SESSION and log out the user.
In this tutorial, I show how you can prevent multiple logins of the same user with PHP.
© 2016-2024 Makitweb, All rights reserved