Posts by Diego Ferlin • 19 points
5 posts
-
0
votes1
answer55
viewsQ: timezone_type attribute of the Datetime class
I would like to know what kind of values the attribute timezone_type can receive. From what I understand he can receive the numbers 1, 2 and 3. But what is the difference between each of these…
phpasked Diego Ferlin 19 -
-2
votes2
answers47
viewsQ: Returns the symbol in an accented letter of the database
The user searches for a name on the page, more precisely in a modal, when the name is returned it will appear this symbol: (if it has an accent). But in the database the name is accentuated. Below…
-
0
votes1
answer30
viewsQ: Format table column by id using jQuery
I would like to know how to format only the column that the user selects. For this I am using a PHP Loop with While. Each Lopp returns an id to me. My code is as follows:…
-
0
votes1
answer1406
viewsQ: Error upload PHP image. Warning: move_uploaded_file(): failed to open stream: Permission denied
Error you are showing when I execute the code: Warning: move_uploaded_file(fotos/7d80310d2fa83125d395d77e6f739bb8.png): failed to open stream: Permission denied in…
-
0
votes1
answer178
viewsQ: Migrations Laravel 5.8
A mistake is happening when I’m going to make Migration one for many. The goal is to make a customer will have many phones and a phone will belong only to one customer. In the code below you can see…