hello im trying to write this code
<?php
echo " hello everybody";
?>
in wordpad
..and i've saved it as test.php in folder abc in htdocs .....
when i request this file
http://localhost/abc/test.php
file not found 404
but the server is activated and working when i put
http://localhost/
whats...
Hello...im learning .php and i ve downloaded xampp server and activated it ..
my question:
if i save a file with a name index.php the index file(the default file) will open..put any other file will be not found404
but when there is no file named index the files will be found and it will...