When opening a php file with localhost / file.php the page appears blank [closed]

-5

Xampp is not creating my local server

    
asked by anonymous 13.01.2016 / 12:05

1 answer

2

When accessing a web server through your browser, check your files by the physical path in the address bar, such as: " file:///C:/xampp/htdocs/form_contato.php ", will open the pure php code. To open it with its encoded features try opening your example by the following url:

http://localhost/form_contato.php
    
13.01.2016 / 12:14