Posts by Jean Alves • 111 points
16 posts
-
0
votes0
answers25
viewsQ: Form - A part does not send
I’m not getting to make my form work in one part, I saw and reviewed I couldn’t solve. From the "Vehicle data and related data", is not sending to the BD. Name of the table: website Columns: id,…
-
0
votes0
answers39
viewsQ: Displaying Images inside a folder, but is it possible to link?
I have a code in PHP, which displays all the images of a certain folder, but I wonder if it is possible to LINK with a <a href="link"></a> each image(knowing the order) determining a…
phpasked Jean Alves 111 -
1
votes1
answer200
viewsQ: Hover mouse - image descend effect
How can I make an effect by hovering the mouse over the image, scrolling a box below that image? Ps: similar to MENU when hovering the mouse <a target="_blank" href="cadastro" ><img…
-
0
votes1
answer686
viewsQ: Mask Currency Input readonly
I would like to know how I can be putting coin mask, since my input="Resulted field" is locked and added value automatically after placing a value in the above input. I tried to add the mask in the…
-
1
votes1
answer308
viewsQ: CKEDITOR - Predefined Text
Does anyone have any idea where I might be placing a predefined text within the textarea? Example in the image below:…
-
1
votes1
answer76
viewsQ: Cache - Update on my website
Guys, does anyone have any explanation or a vision for me to better understand about cookies for it to be updated. For example, I have a PHP/HTML site. Most of the time when I do an update in some…
-
1
votes2
answers1910
viewsQ: Hide elements according to screen size
Does anyone know any Javascript function, if the screen is mobile an option appears in the menu? And in desktop is normal, but without appearing the option and in mobile appears. <li…
cssasked Jean Alves 111 -
0
votes2
answers366
viewsQ: Open Poup-Up - Help
I have the following HTML, but all on the same page id entree is where it takes my input field from the address typed arrival is where he gets his final address outworking is the calculation:…
-
0
votes1
answer480
viewsQ: Delete Image from Folder
I have this PHP code that returns me all the images inside the folder: <?php $files = glob("*.*"); for ($i=1; $i<count($files); $i++) { $num = $files[$i]; echo '<img src="'.$num.'" alt="ran…
phpasked Jean Alves 111 -
1
votes1
answer303
viewsQ: Help - PHP Specific Upload
Guys, I needed a huge help, actually a way to try to do what I intend. The problem is that I have no idea how to do: I have a system that generates billets with the following name: 020 112.pdf 020…
-
1
votes1
answer182
viewsQ: Stop function when passing mouse/cell phone
I have the following code: I would like to know some function that can stop the phone when passing the mouse for about 10 seconds, after the arrow is removed from above. Thanks in advance!…
-
0
votes1
answer89
viewsQ: Autocomplete/Suggestions/Mysql
Question 1: Does anyone have any functional examples of when someone types in an input pop up suggestions below? preferably coming from a table created in mysql. Bench: test Table: users (user_id,…
-
0
votes1
answer67
viewsQ: Question: Example of uploading/PHP files
I would like to know if there are any examples on the internet, that when logging in/out of an admin account, you can send files to a particular account to download the file. For example: a pdf file…
-
0
votes1
answer167
viewsQ: A transition or effect
Would anyone have any idea of some transition or effect of some image arising from left to right in a sense of being passing in a straight line?
-
1
votes1
answer1073
viewsQ: Effect up and down in a few seconds
Someone has some idea how I can make an effect up and down. For example: Descend the icon for 5 seconds and in the sequence it ascends and a few seconds after it descends and stay 5 seconds and rise…
-
-1
votes1
answer156
viewsQ: Select on map/img
After I’ve clipped that image into states, how could I join them?…