<link href='http://fonts.googleapis.com/css?family=Miltonian+Tattoo' rel='stylesheet' type='text/css'> |
h1 { font-family: 'Miltonian Tattoo', arial, serif; } |
<!DOCTYPE html> |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 5.0//EN" "http://www.w3.org/TR/html5/strict.dtd"> |
<ul> 文字コードの変換(UTF-8をEUC-JP で出力)
文字コードの変換(UTF-8をEUC-JP で出力) $value = mb_convert_encoding($value, "EUC-JP", "UTF-8"); |
<html> |
<form>~</form>
の間に<p>~</p>
を挿入することで回避できます。<form action="http://hoge.net/hoge/basket.php" method="post"> |
<?xml version="1.0" encoding="euc-jp" ?> |
Parse error: syntax error, unexpected T_STRING in /home/hoge/www/hoge.php on line 1 |
「on line 1」
と記載されています。<Files hoge.html> |
<Files *.php> |