Some of you might not know what php is but today I am about to explain a little bit of what it is to you so you know.
PHP is a server side code that you can use to develop websites. PHP can be used to develop powerful websites that include login and logout sessions, chat sessions, profiles and etc.
This is why it is called a server side programming language. A few moments ago I made a post about HTML and what it is when it comes to web design and I said that HTML was a client based web development language. PHP comes in because HTML cannot be used to create authentic login and logout webistes or membership websites as you may call it.
So Here is what PHP code looks like
<?php if your butt is clean{
echo "Come to the house";
}
else
{ echo "Wash your butt";}
This is a sample PHP code I will explain more about it in my next post and tell you more about PHP