PHP code is not being executed

Problems with the Windows version of XAMPP, questions, comments, and anything related.

PHP code is not being executed

Postby 38175425 » 11. September 2021 16:16

Image

Image
38175425
 
Posts: 19
Joined: 19. April 2021 08:12
XAMPP version: 3.2.4
Operating System: Apache HTTP

Re: PHP code is not being executed

Postby Nobbie » 11. September 2021 19:58

Of course not. Neither the explorer nor the browser can execute PHP.

PHP Code is executed by the server, therefore you have to request your script via http server. In case of Xampp it means, you have to request from "localhost" and you have to use the browser for this request.

All in all, start your browser and enter this link into the URL Line (actually you may also simply click on the following link):

http://localhost/function/function.php

Last but not least, read documentation about Webservers, about Apache, about DocumentRoot and how it all works together.
Nobbie
 
Posts: 13221
Joined: 09. March 2008 13:04

Re: PHP code is not being executed

Postby 38175425 » 13. September 2021 10:34

(Sorry for replying late)
This is what happened when I enter the like http://localhost:8080/function/function.php
Image
38175425
 
Posts: 19
Joined: 19. April 2021 08:12
XAMPP version: 3.2.4
Operating System: Apache HTTP

Re: PHP code is not being executed

Postby 38175425 » 13. September 2021 11:03

enter the *link
sorry it's a typo
38175425
 
Posts: 19
Joined: 19. April 2021 08:12
XAMPP version: 3.2.4
Operating System: Apache HTTP

Re: PHP code is not being executed

Postby Altrea » 13. September 2021 12:28

line 8 in your php file is missing an semicolon.
This type of error you should be able to debug and fix yourself.
We don't provide any support via personal channels like PM, email, Skype, TeamViewer!

It's like porn for programmers 8)
User avatar
Altrea
AF Moderator
 
Posts: 11952
Joined: 17. August 2009 13:05
XAMPP version: several
Operating System: Windows 11 Pro x64

Re: PHP code is not being executed

Postby 38175425 » 14. September 2021 06:49

Problem solved thank you so much!
38175425
 
Posts: 19
Joined: 19. April 2021 08:12
XAMPP version: 3.2.4
Operating System: Apache HTTP


Return to XAMPP for Windows

Who is online

Users browsing this forum: No registered users and 105 guests