Ben bu garip bir sorun var.
Bu komut dosyası var:
echo $comment_content = $_POST['comment_content'];
echo $comment_content = mysql_real_escape_string($comment_content);
When I run it on my website server, it outputs the value only 1 time (not the second one), but when I run it anywhere else, it outputs right (2 times).
However, I use function mysql_real_escape_string
many times (on the same site) and it never happened before.
Bu tüm kod, başka bir şey değildir.
Hiç kimse aynı sorun vardı? Eğer evet ise, bunu nasıl düzeltebilirim ki?
edit: <?php ?>
etiketleri de var ofc.