If you want to have a blog (free), you can try WordPress! I use WordPress for both developing websites in it, but also for hosting my blogs. If you want to check it out, just click: https://wordpress.com/refer-a-friend/Qp724w3hVxKKzmBG6xgj/
Uncategorized
How to structure a basic PHP file
When creating code, PHP gives us a huge freedom. Since PHP is compiled at runtime, it can be mixed with any text inside the file. Then, when the code is compiled, the content of the file gets to the output (usually your browser). If you create a small project, using this technique is totally ok. […]