How can you preserve "enters" given by the user in the database and show them then to other users?
Ben kullanıcı sorusunu saklamak ve kullanıcı verileri sterilize hazırlamak, ve sırasıyla, SQL komutu çalıştırmak için aşağıdaki işlevleri kullanın.
pg_escape_string
pg_prepare
pg_execute
I use htmlentities
with ENT_QUOTES
to convert the data HTML.
This procedure removes all enters, apparently in the form \n, in the question.
Sadece çift satır kesmeleri olarak kullanıcılara girer göstermek için: SO gibi benzer bir soru sistemi istiyorum.