Posts by mell system • 3 points
5 posts
-
-1
votes1
answer27
viewsQ: Insert user information in the registration confirmation email message
I want to know how I do to insert user information in the email registration confirmation message. It would be to put the name, email and even an image with the company logo. model: User.php…
-
0
votes1
answer436
viewsQ: Position cards on top of image in the background?
How do I place a Row with some cards on top of another Row with background image? I’ve used position:Bsolute but when I put the screen to the responsive all positioning is lost. Could someone help…
-
0
votes0
answers80
viewsQ: Extract pdf documents from scrapy sites
It is possible to scan an entire site by going through all links in search of scrapy pdf files? would be something like apache nutch. I did a search but the staff only uses Xpath, and Xpath can not…
-
0
votes2
answers115
viewsA: transform string into multidimensional array
Thanks for the help Vinicius, with your encouragement I managed to do so. $string = "0/ 0/0 0 maria online 0/ 0/0 0 joão off"; $explode = explode(" ", $string); foreach ($explode as $explode) {…
-
0
votes2
answers115
viewsQ: transform string into multidimensional array
I have the string down and I’ve tried to turn it into a Multidimensional array but I don’t know how to do it, another problem I can’t solve is the spaces, even using a explode they remain in the…