Posts by Leandro Guilherme • 79 points
5 posts
-
0
votes2
answers591
viewsQ: Send SMS by PHP
I have a SMS gateway that receives data from my form in this pattern: <?php include "smsGateway.php"; $smsGateway = new SmsGateway('[email protected]', 'password'); $deviceID = 1; $numbers =…
-
-2
votes1
answer3436
viewsQ: Send a message to Whatsapp via system
I was reading about Whatsapi in Stackoverflow, but by the method you have described in previous questions, it seems not to be working. Does anyone know any method to send a message to Whatsapp, via…
-
3
votes2
answers144
viewsQ: Search in Clipping OAB
There are several programs ( for lawyers) who read the cut of the OAB, the evolution of the process, automatically, bringing to it these changes daily. The idea is to put inside a mini system of…
-
0
votes1
answer1239
viewsQ: Select with Sql and Dynamic Input
I am trying to make you select below, which pulls data from an sql when selected the option, change the value in input side, also coming from sql database. What would be the best option? Follow the…
-
4
votes1
answer132
viewsQ: How to create foreach (PHP/SQL)
I’m trying to send from a form html, a table, with two fields with Array[]. These two fields are Service and Value, I want to add more than one product on form, and he insert into different records…