Posts

Showing posts with the label data

Data Processing

Data Processing(DP) is specified as the conversion of raw data( or unprocessed data) into a meaningful result(processed knowledge) known as information. In order to produce the meaningful information(output) the data(input) must be collected and organized and some operation or processing must be applied on it. Generally, a DP is combination of machine, people and process that for set of inputs produces a defined set of output , which is also is called DP-System. This System involves the functions- conversion, validation, sorting, aggregation,analysis and reporting. Depending on the methods and technology DP can be categorized into 3 type or levels: Manual DP Machine DP Electronic DP

Registration Form using PHP and MySQL

Image
Part 2- Storing form data into the database In Part 1, you see how to perform a simple form validation using PHP. This is the continuation of the Part 1-Form Validation . After filling the form field, user clicks the submit button. PHP validates form and transfer user entered data to database and redirect the user to a greeting page. For this, we need to create a database using MySQL. Let's create the database. You must have WAMP in your system. Start the WAMP and, go to phpmyadmin page, login with your credentials. Then click new on left top. See this image Now give the database a name and click create . Next create table by entering the table name in the field provided and select number of column you need in your table and click GO . Now in the next page enter column name, Type,Length,etc and click save