- Sun Apr 05, 2020 7:11 am
#11
Are you new in PHP coding? And when you try to run the code, it shows on your screen? Then it is good to check the following configuration:
Make sure
Also learn PHP from begging, here I made a playlist.
Make sure
- HTTP server is installed. You can install XAMPP or WAMP server on your PC. They include Apache for HTTP server, MySQL database, etc. Check out this video to install xampp.
- Your file has .php file extension.
- You are accessing that page via an HTTP server http://localhost/file.php not via local file access file://localhost/www/file.php.
Also learn PHP from begging, here I made a playlist.
Give more then you get