mysql_real_escape_string farklı sunucularda çalışmıyor

1 Cevap php

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.

1 Cevap

Sorguları ve bağlantılarını kontrol edin. O neden önceki sorgunun veya bağlantıda bir sorun varsa ben, eğer doğru geri çağırmak mysql_real_escape_string da başarısız. Ben ilk PHP + MySQL ile başladı ben o engele çarptı.