Posts by Giovany Henrique • 59 points
6 posts
-
0
votes1
answer26
viewsQ: Relation between tables of the same values in the columns
I want to make an sql query that relates two columns of two different tables, which store the same types of values, but one has some that the other does not contain, example: Table 1 owns the code…
-
1
votes3
answers399
viewsQ: Transforming DD/MM/YY into PHP timestamp
I need the user to enter a date and this date is sent to the database as timestamp, example Insert: 25/12/17 in the field I want it to reach the database as 1514160000 which means "Mon, 25 Dec 2017…
-
0
votes2
answers147
viewsQ: Accented words are not sent to the database - PHP
I made a form that sends data from a php page to a database and only the data without accentuation are being sent, if I put an accent, none of that field arrives in the database, not even something…
-
1
votes1
answer63
viewsQ: A SELECT that pulls rows from a column (string;string)
Well I need a SELECT that returns all the lines that contain the name "maria", I have in a column the values and I want a select that shows me all the lines that have the word "maria" in that…
-
0
votes3
answers32
viewsQ: Is it possible to modify what the user will enter in a form?
It is possible to make that what the user enters in the form is already modified? Example: It insert "Hi" in <textarea> and in my results I have a "5 Hi", being the '5 ' inserted by myself…
-
2
votes1
answer255
viewsQ: How do I make the notification appear to allow Flash Player?
I have a site in PHP, and in some directories I need the user to be with the Flash Player enabled, so I seek to do something like this. Any place I click on the image field and the button causes the…
htmlasked Giovany Henrique 59