Posts by Caio Lourençon • 307 points
12 posts
-
1
votes1
answer65
viewsQ: Fução to find and remove term in the array does not work with variavél!
implementing in my project the user solution Augusto Vasques in the matter : How to remove an array from occurrence found within a sub array! I came across the situation of not being able to search…
-
0
votes1
answer60
viewsQ: How to remove an array from occurrence found within a sub array!
Well, I have the following situation, I would need to check if the term exists (name of the fruits) if to delete the array that is matching the values (name of the fruit and code) Example: When…
-
-2
votes1
answer33
viewsQ: How to send the respective messages to emails coming from the php database?
WARNING: HICCUP AT THE END OF THE POST I’m finalizing a project however I’m stuck in the following situation! I’m making a Newsletter system where the database has three fields, the permission to…
-
1
votes1
answer34
viewsQ: Questions about data listing!
Hello I am developing a project using the Mysqli extension, and in this taking advantage to use some object-oriented functions! I would like to ask a few questions regarding the data listing, are…
-
-3
votes1
answer122
viewsQ: Insert ID into another field of the same table at the time of INSERT
I’m in the following situation, I’ve been searching the net and found similar aids but not what I really need to know and I don’t even know if it’s possible! Come on! There would be some way for me…
-
3
votes3
answers1089
viewsQ: Function - show password!
I rephrased the question, what I’m trying to do is the following, Goal is to do the same as IE does in inputs type password! <style>.show_key{display:none;}</style> <script…
-
2
votes1
answer532
viewsQ: Stopwatch running from the first second
Guys I found this code in a forum, I made some modifications only I do not know why the script is only running after 1 second, for example... it works normal updating after 1s, only it does not show…
-
5
votes2
answers3202
viewsQ: Regular expression for repeated characters
Does anyone know if it is possible to check if a string has all the same characters? For example, can characters followed or more than one in the same string, but not all the same: That may: $str =…
-
1
votes2
answers1248
viewsQ: Expression to treat URL with parameter
NOTIFYING The solutions below, only will not have great serventias, with them it is necessary to have previously already implemented URL friendly, and also checks of display of the contents of the…
-
3
votes2
answers144
viewsQ: Display None on label calling by ID does not work in Safari browser
I think some experienced will know how to answer me! I can not make the code below work in Safari browser and older versions of Opera. I have tested in all others and works perfectly even in IE…
-
1
votes1
answer155
viewsQ: Check date attribute
Can you tell me if it is possible to check whether an image has an attribute data? This only with the img selector, not by ID or class. What I got: <img data-src='http//.......'/>…
-
1
votes0
answers47
viewsQ: Class being added to only one loop (PHP) element
I’ve been developing a system for a while and in it I was implementing the LAZY LOAD, that famous technique of loading images that are only loaded when the user scrolls the page to where they are. I…