vselak;10989707 wrote:I use Notepad++
Then where did the "curly" quotes come from?
vselak;10989707 wrote:and I tried with every posible double qoutes
"Every possible" ?? There is only one "possible" double quote: "
vselak;10989707 wrote:Apach works but it's like it doesn't work with PHP code.
How was Apache configured to parse PHP files? In one of Apache's .conf files, there should be a few lines that point to PHP; see [man]install.windows.apache2[/man] (you'll most likely want to look at the "Installing as an Apache handler" section rather than the CGI binary section).
vselak;10989707 wrote:In my explorerI tipe ///C:/xampp/htdocs/p.php when I want to see my page.
Well that just means you're navigating directly to the file on your hard drive, so of course you're just going to see the raw contents of the file. You have to actually request it through Apache if you expect Apache to pass the file on to the PHP interpreter and display the rendered contents.
vselak;10989707 wrote:It doesn't work with" localhost".😕
What doesn't work? What URL did you try? What happened when you tried it?