PHP Practicals (2)
PHP Practicals (2)
Assignment
_________________________________________
1. Hello World and PHP Info
3. Arithmetic Operations
5. Switch Case
6. Loops Practice
7. Nested Loops
9. Associative Arrays
Create two PHP files: one with a message and one that includes
it using include and require.
Show difference between include() and require().