hi, i started to learn php. i installed WAMP. now i am writing my first code. i am using notepad as a text editor. i first saved the file with name my_phpinfo.php
then i inserted the code

<?php phpinfo(); ?>

and then i saved it just by click Ctrl + S.

when i went to browser i wrote

http://localhost/php_sandbox/my_phpinfo.php and pressed the enter button
but the page is blank.

1> Now please assist me that i am doing mistake?

2? is it better to use notepad?