Page 1 of 1

I installed the XAMPP V3.2.2 but php doesn't work.

PostPosted: 25. June 2016 01:38
by Luix
I don't know what's happen, I installed as Administrator the XAMPP but php doesn't work. I have no installed the Skype, neither Team Viewer and doesn't work.

My script is very simple:

<html>
<head>
<title>Fecha de hoy</title>
</head>
<body>
<p>La fecha de hoy (de acuerdo al web server) es
<?php

echo( date('l, F dS Y.') );

?></p>
</body>
</html>

Someone can help me? or what do I have to do??

Thank you in advance for your attentions.

Best regards to all.

Re: I installed the XAMPP V3.2.2 but php doesn't work.

PostPosted: 25. June 2016 10:53
by Altrea
If you enter http://localhost/ and the Dashboard loads then PHP is working and you are making something wrong.

"making something wrong" is a very common reason for the error "doesn't work".

Re: I installed the XAMPP V3.2.2 but php doesn't work.

PostPosted: 25. June 2016 13:49
by Nobbie
Luix wrote:what do I have to do??


Give a better description, yours is unusable:

a) what is the file name of your test script?

b) where is it stored (folder / pathname)?

c) what do you enter into your browser in order to call your test script?

d) what happens exactly after you hit return? Tell us full error message or whatever is shown.