Posts by Lord PinkFloyd • 36 points
3 posts
-
2
votes2
answers131
viewsA: Character display using numeric codes: ߷
Only complementing: http://kb.mozillazine.org/Issues_related_to_fonts This article describes issues caused by Missing font support and Missing or corrupted fonts and other issues Where websites do…
-
0
votes2
answers147
viewsQ: use of mysqli_prepare prevents major sql Injection attacks
I know that mysqli_prepare shutdown is used to prepare SQL queries and protect them against SQL Injection. I found two pages about SQL Injection:…
-
0
votes1
answer59
viewsA: if condition in php is not running
It is recommended to use === (three signs of comparison) instead of == (two signs of comparison). See the explanation here: http://php.net/manual/en/language.operators.comparison.php I don’t think…