Posts by Tiago165 • 131 points
11 posts
-
1
votes2
answers649
viewsQ: Check the form to see if password entered is easy
I want to create a script so that in the registration form I have, check the most used and less secure password. That is, check for example passwords written by users and do not allow logging, such…
-
1
votes1
answer98
views -
-1
votes2
answers171
viewsQ: Open images in the background
I want to know if it is possible, when loading a web page, the images do not interfere with the loading of the page, that is, when opening the execute page and then read the images, so that the page…
-
1
votes1
answer451
viewsQ: Object not found - Error 404 in htaccess
On a site I develop, when writing a link that does not exist, gives me error according to the following image. I intend that, when writing a link that doesn’t really exist, show an error 404 page…
-
0
votes0
answers46
viewsQ: Email search without domain
I’m doing a query to receive various data from BD, which includes entering the email field, but I don’t want to when doing searches to be shown emails because of the domain. For example, I have an…
-
1
votes1
answer293
viewsQ: 1060 - Duplicate column name 'NULL' in a Mysql query
I am trying to execute this query, and it always gives me the following error: 1060 - Duplicate column name 'NULL' INSERT INTO ce_coins_issued (idc, idu, year, ltr, issuing, status) SELECT * FROM…
-
2
votes2
answers150
viewsQ: Use one if with two selects
I am doing a query, in which the second query can give "NULL" or a value (if there is data). SELECT *, (SELECT tb1.image FROM ce_users_images tb1 WHERE tb1.iduser = users.iduser LIMIT 1) AS tmp1…
-
0
votes1
answer37
viewsQ: Header bar does not redirect correctly
In a template I’m using, it’s all responsive in any size. Being that I’m fitting it to my site, only the header bar is not working properly, as shown in gif. If you have the programmer mode open,…
-
0
votes1
answer105
viewsQ: How to find a word in 10 tables in Mysql
I am making a form for a search, and when searching for something, I intend to return several values of various tables that exist. As such, I would like to know the easiest way to do a query, in…
-
1
votes2
answers841
views -
0
votes1
answer898
viewsQ: Automatically e-mail in PHP?
I have a website where you have a database, and in the same database, there’s a part where you have some dates, some of them that will still happen. What I wanted was that when each date of each row…