display string, values within a table in PHP

PHP
🤖 Code Explanation
This code written in PHP prints out a table with the heading "Name", "Age", "City" and one row below with the corresponding values for the variables $name, $age, $city.

More problems solved in PHP




















