Posts by André • 139 points
13 posts
-
1
votes2
answers62
viewsA: Doubt with select in if
Guys, I’m sorry, but I’ve already come up with a solution using a :D switch The result was so: <script src="http://deepliquid.com/Jcrop/js/jquery.Jcrop.min.js"></script> <script…
-
-1
votes2
answers62
viewsQ: Doubt with select in if
Good afternoon I was trying to adapt a code I already had here so I could put a watermark on a photo. But it’s been a long time since I’ve done html or php. So, you could give me this help to fix…
-
0
votes1
answer87
viewsQ: Reverse the order of fwrite
Guys, somebody give me this help please ! I have a form where people go by youtube links containing songs and will generate for me a list of these songs in the file musicas.html. How can I reverse…
-
0
votes1
answer1036
viewsQ: How to send messages at time intervals to a batch of emails
How do I get the loop to send every 10 emails or every X seconds? I want to prevent emails from falling into the spam list. And how can I get the code to read a file . txt with the listed emails and…
-
1
votes3
answers1264
viewsA: Redirect user according to login name
In the .htaccess enter this data: AuthType Basic AuthName "Dados" AuthUserFile /home/host/public_html/<DIRETORIO>/.htpasswd Require valid-user Already in the .htpasswd just go to the site…
-
0
votes3
answers1264
viewsA: Redirect user according to login name
If you want a way to access directories by entering a login and password without having to use a database and a login/registration page, I believe that with the .htpasswd work.…
-
0
votes1
answer83
viewsQ: Array ? How to resolve
There is this site that I am setting up where I made a junction of a code that insert watermark with a form where it would be possible to choose which brand would be superimposed on the image that…
-
1
votes3
answers38959
viewsA: How to position text within an image
Try using a figurecaption to group the image and label, after that you have to switch to CSS. There you place the figurecaption with relative position and the label with absolute position…
-
0
votes1
answer36
viewsQ: How do code record information from multiple files?
I have a watermark code on every image that was uploaded. At the end of this code, I would like every time a person uploads the image, to create a record in a notepad. I arrived at this code but I’m…
-
1
votes1
answer399
views -
1
votes1
answer366
views -
0
votes1
answer366
views -
6
votes2
answers75
viewsQ: How to solve an elseif that needs to be exclusive?
I want to create a page where when a checkbox is marked, a message is printed, but if all checkbox are marked, print another message. <!DOCTYPE html> <html lang="pt-br"> <head>…