In this tutorial I’ll explain you how to connect to your MySQL database in PHP. MySQL databases are used almost always in our coding life. So if you just started with MySQL, or if you want to start, this is the right tutorial for you.
Read the rest of this entry »
Difference between client side and server side.
Server side
Server side script are processed at server after server get request for a PHP document.
After request for an PHP document was sent, server is processing PHP code and it generates HTML code that is sent to a client.
This means that page which client sees doesn’t exist anywhere on the server in such form.
Are you ready to become a PHP web developer? Are you ready to spend few hours and to get in touch with PHP?
If you are then read the rest of this tutorial and you will not regret.
What is PHP?
PHP is an open source server side scripting language.
PHP is an scripting language that is used to create dynamic HTML page before uit is sent to a client.
We’re talking about working with templates.
Generating content with PHP client can’t see the code we used to create something, client
sees only HTML code -> result of our script.







Recent Comments