Posts by Rafael • 35 points
3 posts
-
0
votes1
answer34
viewsQ: onclick Scrollbottom inside "table"
When clicking contact the form expands, however the user has to scroll the scroll to view it. I need to make sure that when I click automatically contact it is sent to the end of "table". <table…
javascriptasked Rafael 35 -
1
votes1
answer251
viewsQ: Is it possible to generate 2 identical sequences with md5 if the same base is used?
I was creating a project with multiple image uploads and I wanted them all to be together, just separated by "," e.g.: image.jpg,imagem2.jpg... $imagens_name = ""; processo de renomear.. Ele gerava…
-
2
votes1
answer844
viewsQ: How to save array to db?
I have 4 fields and wish to save in a db, however when putting in foreach ($_post['name'] as $name)... I do not know how to add more.. **DB** id | vt | nome | qtn | id_cat 1 | 23 | qua..| 58 | 4 2 |…