Categories
JavaScript

JavaScript Form Validation for Beginners

We will start with very basic form validation through JavaScript, it will be a collection for a few form fields and a few types of validations.  To collect user’s information such as Name, Email Address, Phone Numbers, Password, etc we create web forms and To collect correct information from the website users, we need to…

Categories
PHP

PHP Tutorial to fetch data from MySQL database

Many of you asked that how can we retrieve or fetch data from MySQL database using PHP. Yeah we know it’s an easy job by you PHP expert, but just have a look at the standard method you will find something interesting in this PHP tutorial. Let’s just start with creating a sample database in…

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

How to Call and Create a Web Service using SOAP client

Web Services are developed to interact different platforms in a single synchronized working environment uses XML to code and to interpret data, and SOAP to transport. With Web services you will be able to ex-change data between different apps, web, database and various platforms. Now let us have a common database and we have requirement…

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
Coding PHP

Two simple way to Reset the Root Password – MySQL/wamp server

In MySQL, password can be change by various method. Here I am using two methods:- By using command line By using mysql command prompt If you have already a password, then the old password will be your password which is already set for user root. After the flush privileges it will automatically reload the updated…