Neden ne zaman eklenti
0 Cevap php

I am developing a simple webpage at hostgator.com. I have the standard headers, but when I add the following line:

<?xml version="1.0" encoding="utf-8"?> 

sayfa çalışmıyor. Ben neden isterim.

Bu tam başlığıdır:

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1 /DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="es" xml:lang="es"> 
... rest of code ...

Sunucu bana boş bir sayfa döndürür


Issue solved: PHP kısa etiketler açıktı.

0 Cevap