Posts by Luis Hlatki • 21 points
2 posts
-
1
votes1
answer39
viewsQ: Problems with SQL x PHP enconding
I have the following problem: My files are coming out with accentuation problems, my tables use utf-8 as encondig, html files are marked utf-8 and even so accents do not work: <html>…
-
0
votes1
answer165
viewsQ: How to pass dynamic data from a PHP form?
I am creating a form where a field is dynamic, I do not know how to pass this various data through the POST. Fields that are not dynamic I can send. The form: <form…