Learning PHP
/* To use the PHP you need to know some basic codes/usage from HTML and CSS, otherwise is going to be a little bit difficult to understand PHP***
What is PHP?
PHP stands for Hypertext Preprocessor and essentially what PHP is what we call a back-end programming language or you might call a server-side programming language.
We can do with PHP is make a website more dynamic, because creating a website using HTML and CSS, you will be able to click on links and read about something, where you can also load a video/images in there, but this website is going to be a static website.
Examples using PHP in a webpage:
A website where you can: log in, sign up, user account, forums, post, insert data into the Database, getting information from your Database, and create cookies and sessions…
To create a website using PHP you need a Database, where is used for posting or D storing all those posts and users that might be signing up on the website. It is import to remember if you do not have a database you cannot save any information on your website. To connect the website to the Database you need to use a server-side language.
*** Observation – you can create a website not using the Database.
PHP is the same thing as WordPress is written, also the same as Facebook. PHP for some people can be a little bit difficult to learn because if you know JavaScript, you will see both concepts behind them are very different from HTML/CSS because you need to think about coding in a different way that would with HTML/CSS.
The actual process creating A PHP document when you have to create a document, you need to use sth.php (dot PHP) and you write HTML code, Javascript, jQuery, XML, and a bunch different codes inside of your PHP document/file. */
<!--Keep Coding-->









