Posts by Matheus Zenker • 61 points
3 posts
-
0
votes1
answer24
viewsA: Sending emails from my php web site
Good afternoon, always for sending emails with pure PHP it is recommended to use a library that makes everything easy for you. I recommend the Phpmailer. You just need to add the SMTP settings and…
-
2
votes1
answer113
viewsA: I’m using a mysql database where I store map markers
The solution would be from its central point to trace a range of it, which would be the radius of its circle. The Haversine formula returns in the column the distance of the searched point from its…
-
1
votes1
answer301
viewsA: Error when connecting PHP to SQL Server via ODBC Linux
1) First, take a look at the permissions nolibsqlncli-11.0.so.1790.0, to see if apache can write and read. 2) It is necessary to see the lib dependencies and see if there are any missing ones. ldd…