This is a simple project in which registration is done with captcha and php validation. After the login, there will be progress bar generated and then basic operation performed. Hope you learn from this.
In this tutorial, I will show you how create our Registration Page using Bootstrap framework. The Registration form together with the Login form will welcome you when you access the site. And it will require the new member to register on the site, so that they can login and to have access to the site.
First, create a PHP file named “index.php”, save it inside “philsocial” folder. And this PHP file is composed of different parts.
This tutorial is a continuation of our project called “How to Create a Social Networking Site Tutorial”. At this time we’re going to focus on creating login-logout system in a secure way using session. Logging in or signing in or on is the process by which individual access to a computer system is controlled by identifying and authenticating the user through the credentials presented by the user.
To start in this tutorial, let’s create first a new PHP file called “session.php”. Then save it inside the inludes folder.
This simple program shows a simple login form with progressbar and on how to add items to datagridview without database. username: admin password: 123 Regards, Dalimark Tenio 10uSolutions [email protected] Fan Page: https://www.facebook.com/10usolutions
This simple program is the Digitizer, it extracts digit and display it on the extracted integers with a corresponding integer word like 1=One. It only accepts 5 integers. This is easy and interesting. Try it yourself. Regards, Dalimark Tenio 10uSolutions [email protected] Fan Page: https://www.facebook.com/10usolutions
This program shows a simple calculator with some basic operators like a real calculator. It's kinda hard to understand especially for beginners but interesting project. Hope this project will help you in your project. Regards, Dalimark Tenio 10uSolutions [email protected] Fan Page: https://www.facebook.com/10usolutions
This simple program calculates the total sales from January to December then calculate the average sales. This will identify the company statistics if the company is progressing or not progressing. It was created to serve as an example to those beginners and want to learn in this programming language. Hope this project will help you in your project. Regards, Dalimark Tenio 10uSolutions
This simple program shows on how to calculate the monthly payments on a loan using terms of 3 through 5 years and interest rates of 5% through 10%. Input Principal the click calculate to compute the monthly payments. Regards, Dalimark Tenio 10uSolutions [email protected] Fan Page: https://www.facebook.com/10usolutions
This simple program shows a simple listbox example. When an item is selected in any of the listbox from Animals and Codes the item will be selected also in the otherside. This is very simple especially for beginners. Regards, Dalimark Tenio 10uSolutions [email protected] Fan Page: https://www.facebook.com/10usolutions
In this course we will focus on how to INSERT data using PHP into MySQL Database. When inserting data into Mysql Database tables we need to remember the names and types of table columns. For example if you set your field as the name of the person so as expected you must insert string value or if you are referring into the age of a person meaning you need to enter a numeric value.