Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~289 People Reached
Favorite Forums
Favorite Tags
php x 3
Member Avatar for Spyzker

i have echo error. code; [CODE] echo '<li>'; echo '<div>'; echo '<div class="author-image">'; echo '<img alt="gravatar" src="http://0.gravatar.com/avatar/8a567031a8d520b2f97089e715b64e00?s=50&amp;d=%3Cpath_to_url%3E&amp;r=G" class="avatar avatar-50 photo" height="50" width="50" />'; echo '</div>'; echo '<div class="comment-wrapper">'; echo '<div class="comment-inner">'; echo '<div class="comment-top">'; echo '<div class="comment-author">'; echo '<a href="http://www.outerspiceweb.com" rel="external nofollow" class="url" target="_blank" />'.$yorumlari_cek_yeni['yazan'].'</a>'; echo '</div>'; echo '<div class="comment-text">'; …

Member Avatar for diafol
0
173
Member Avatar for Spyzker

Parse error: syntax error, unexpected T_CASE in /home/redlimbc/public_html/M2H/article.php on line 757 [CODE]<?php break; case "yorumonay": $id = $_GET['id']; $yorum_adsoyad = str_replace("'", "'", $_POST['yazan']); $yorum_email = str_replace("'", "'", $_POST['mail']); $yorum_yorum = str_replace("'", "'", $_POST['yorum']); $tarih = date("d.m.Y"); if(($yorum_adsoyad == "") or ($yorum_email == "") or ($yorum_yorum == "")){ echo '<script type="text/javascript">alert("Bo? …

Member Avatar for diafol
0
116