September 2017
Intermediate to advanced
244 pages
6h 44m
English
Code can be written in many ways. We can either create different files for posts and comments such as posts.php and comments.php and let the user access them from a URL; for example, the user can write: http://localhost:8000/posts.php which can execute code in posts.php. The same can also be done in comments.php.
This is a very simple way but it has two problems:
Read now
Unlock full access