I would like tips for a secure upload of images with php. Many users will have access, what security tips would you give?
On the internet, I found the following tips:
1st - Validate file size (bytes);
2nd - Validate width;
...
Hello, I'm trying to create a photo gallery with FancyBox that I downloaded and I would like to insert the Next and Back buttons but to go through 04 images with a single click. I'm attaching this address ( link ) for friends to check out what I...
Good afternoon. I have a table that loads some HTML stuff. I would like to reload it when deleting a device from the table.
I have the following JavaScript function in my page. This function is in the delete button's onClick event.
function re...
Hello, I have the following SCRIPT below. It opens the DIV that is with display: none;
but I will have a list of links to open new DIV's and I do not want to be creating new functions to open each DIV.
How could I solve this?
HTML
<...
Good night I need help in html .... I am not able to pass the parameter correctly to another html page.
page 1 is a table that is the list of vacancies. When you click on the vacancy button, it makes the request for the details page. The deta...
I'm trying to make the transparent background of a page in the webbrowser control remain transparent by allowing the user to see what is beneath that window, ie only HTML elements that are above the transparent background will be visible. Using...
I'm trying to do one thing at a job but I can not do anything. I need to do the following image:
Thepartofthe"and so we recommend" is retrieved via json file and displayed on the screen, there is also this paging that I saw that is done by b...
After AJAX was done I wanted to give the "success" message opened a new tab.
AJAX:
$.post('registo-entrada.php',{
id_ficha:id_ficha,
equip_ficha:equip_ficha,
pw_ficha:pw_ficha,...
I'm a beginner in PHP and I'm developing a system for real estate. The annoying thing that occurred to me was this: I need to upload 20 photos of a property using only 1 input and save the file name in the bank. I can upload the files and resize...