HTMLを出力するPHPで問題が発生しました!緊急
phpで出力したhtmlコードをWebページに追加して表示する方法 phpで出力したコードは広告ページです!
これは showads.php です
<!-- Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --><?php echo <<<eof <p> <script type="text/javascript"> google_ad_client = "pub-3381531532877742"; google_ad_slot = "7423315034"; google_ad_width = 728; google_ad_height = 90; </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> </p> <p> <script type="text/javascript"> google_ad_client = "pub-3381531532877742"; google_ad_slot = "7423315034"; google_ad_width = 728; google_ad_height = 90; </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> </p> eof; ?>