Posts by Aloysia de Argenteuil • 151 points
3 posts
-
1
votes0
answers82
viewsQ: Transform UTF-8 to Unicode in Echolink
In the Echolink Server configuration file /etc/svxlink/svxlink.d/ModuleEchoLink.conf we can insert the location of the radio station in the LOCATION variable. As the name of my city (Petrópolis) has…
-
2
votes1
answer794
viewsQ: How to run an external script from a Wordpress form?
I just installed the last version of Wordpress and created a page with a simple form. <form class="" method="post" action="insert.php"> <input name="name" placeholder="Name"> <input…
-
2
votes0
answers572
viewsQ: Send data by Ajax, query Mysql in background and plot Google Chart with found data
Below I present a step-by-step of what the code I will present already performs correctly. After that I will present the new approach that I would like to use, but which unfortunately is not…