Posts by Lucas Martins • 196 points
4 posts
-
0
votes2
answers866
viewsA: PHP - Phpmailer: stream_socket_enable_crypto(): SSL Operation
For those who are having the same problem, try with ssl: $mail->Port = 465; $mail->SMTPSecure = 'ssl';
-
0
votes1
answer34
viewsA: Identify type of operation with javascript
I would use a parameter within the same input, something like data-input-target or data-input-swap. For example: <input type="text" name="balancel_disponivel" id="balance_disponivel"…
-
3
votes2
answers230
viewsQ: Is there a way to clear the field formatting before going through validation?
I’m trying to search the net how I solve this and it’s taking a long time, it seems to be something simple but I’m breaking my head, I decided to create a post here. I’m using Laravel 5.3 with Mysql…
-
4
votes1
answer55
viewsQ: Hook for Custom Rop in Wordpress
I have a function that detects the position of the face of the person in an image and returns the X, Y, W, H or she can return the image cropped from the face. I need to display a photo of a person…
wordpressasked Lucas Martins 196