|
Added on 13.11.09 |
| Clicks 8961 |
| Rating: 4.65 out of 5 from 11 raters |
| rapid prototyping |
| PCoIP |

Learning and using PHP language without interacting with a Database doesn't have much sense at all,and specifically MySql,and ,while you learning you'll be delighted to discover how simple it is.I'll show you how to crate a Database and Tables where to store your data and then how to retrieve and manipulate the data you stored. Obviously, I assume you have a basic knowledge of PHP and SQL before you start this tutorial.If you don't ,it may be better if you improve your PHP before you start. You can have a look at the PHP Manual and the SQL Manual
As I said briefly before, there is not reason to have a PHP based dynamic webpage without a Database but,I can show you some of the hundreds of reasons for having Php and MySql working hands by hands
Things you need
If you are thinking to host your website using a hosting service on the net, make sure they have PHP and MySql , or else, if you have only a small website you can have a look at this article that explains how to host a website at home with your own computer .I can ensure you it's easier to do it than what you ever thought it was.Also,if your option is hosting your website at home,you will have to install PHP and MySql as well,on your computer.You can learn how to do it following these tutorials: