|
|
|
PHP Tutorial
|
PHP Form Part-2
The action attribute is very important when you will make a website. The attribute action tells that " where do you want the form sent?". If you will not mention the action attribute in your form then your form information will not get anywhere and you will lost the information.
View Rating |
|
|
PHP Tutorial
|
PHP Form Part-1
In this tutorial, we will learn how to deal with Html Form, JavaScript Validation, MySQL Database and PHP Scripts. We divided this tutorial into several parts, so we can explain you one by one.
View Rating |
|
|
PHP Tutorial
|
Setting up the database in PHP
In this chapter, we will tell you how to create a database and tables in MySQL and also how to implement into PHP. Before writing the database scripts in PHP, we should have a database to insert the information into and read it from.
View Rating |
|
|
PHP Tutorial
|
What do we need in PHP Database
We need three things that execute the PHP scripts and MySQL database. The first one is the server, it is either on your computer or you host it. I recommend you to use Apache server, it is free and also nicely conjunction with PHP and MySQL.
View Rating |
|
|
PHP Tutorial
|
Why would we want a Database?
Most of the beginners are asking this question why do we need database in our application or program. They don't know how useful the database is, when you are making a dynamic website. It provides the variety things when it interacts with the PHP or other scripting language.
View Rating |
|
|