PHP için yeni Im ve ben kurallar yankı işlevini kullanarak için ne bilemiyorum. Ben css / js büyük bir blok yankı gerekiyorsa Örneğin, ben metnin her satırına yankı eklemeniz gerekir ya da tek bir yankı ile kod büyük bir blok yankı için bir yol var mı?
Ben bu gibi kodun büyük bir blok yankı çalıştığınızda, ben bir hata alıyorum:
if (is_single()) {
echo '<link type="text/css" rel="stylesheet" href="http://jotform.com/css/styles/form.css"/><style type="text/css">
.form-label{
width:150px !important;
}
.form-label-left{
width:150px !important;
}
.form-line{
padding:10px;
}
.form-label-right{
width:150px !important;
}
body, html{
margin:0;
padding:0;
background:false;
}
.form-all{
margin:0px auto;
padding-top:20px;
width:650px !important;
color:Black;
font-family:Verdana;
font-size:12px;
}
</style>
<link href="http://jotform.com/css/calendarview.css" rel="stylesheet" type="text/css" />
<script src="http://jotform.com/js/prototype.js" type="text/javascript"></script>
<script src="http://jotform.com/js/protoplus.js" type="text/javascript"></script>
<script src="http://jotform.com/js/protoplus-ui.js" type="text/javascript"></script>
<script src="http://jotform.com/js/jotform.js?v3" type="text/javascript"></script>
<script src="http://jotform.com/js/location.js" type="text/javascript"></script>
<script src="http://jotform.com/js/calendarview.js" type="text/javascript"></script>
<script type="text/javascript">
JotForm.init(function(){
$('input_6').hint('ex: myname@example.com');
});
</script>';
}else {
}
(Örneğin, her satıra yankı ekleyerek) bir sürü iş olmadan kod büyük bloklar yankı için daha iyi bir yolu var mı?