简体   繁体   中英

Php showing html tags in browser

PHP is not encoding html tags and instead of this its simply printing html tags in the browser.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.com/2008/fbml" xmlns:og="http://ogp.me/ns#">
<head>

<title></title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
<meta name="apple-mobile-web-app-capable" content="yes" />
<link href="https://sds.com//sdsd/index.php?storename=all&insertedid=100&references=externalsite&fbrefresh=20140820083315" rel="canonical" />
<meta property="fb:app_id" content="34324324324234324">

<meta property="og:site_name" content=""/>
<meta property="og:title" content="" /> 
<meta property="og:description" content="Number of Links: " /> 
<meta property="og:url" content="https://sss.com/ge/index.php?storename=all&insertedid=100&references=externalsite&fbrefresh=2`enter code here`0140820083315">
<meta property="og:type" content="sdsdsdsd:picture" />
<meta property="og:image" content="">

Since the HTML looks ok to me, I think it is not a PHP problem, but a problem of the server / browser configuration - the browser shows the HTML as text instead of interpreting it. @Arjun: What webserver do you use? What is the name of the PHP file (ending with .php)? Which browser do you use?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM