Posts by Fernando Dias • 63 points
3 posts
-
3
votes2
answers952
viewsQ: React Native - Navigation + Image
I’m having a hard time solving a problem I’m having using the lib navigation of React. When I open a post, for example, sending it the image parameter, it returns me the following error message. My…
react-nativeasked Fernando Dias 63 -
1
votes3
answers5783
viewsA: How to avoid duplicate registration in a php form
In select, instead of searching by name, you search by email. $dupesql = "SELECT * FROM formulario where (email = '$email')"; You can complement this by making the primary key email in the database.…
-
2
votes2
answers268
viewsQ: Jquery - Hover() and mouseleave()
I have a problem. I have two div with a certain distance between them. I would like that when I place the mouse on the first div, the second div appears and I can pass the mouse from one to the…