Posts by Rytter • 131 points
7 posts
-
2
votes1
answer74
viewsQ: <select> not working properly
I am facing a problem, which I did not find enough clear tutorials on the internet so I could learn how to solve, which apparently seems to be simple but I am not able to solve. The problem is to…
-
1
votes1
answer29
viewsA: Make an alias for Webmail
Alias are created in the archive Apache2.conf and should be edited as: <VirtualHost *:80> ServerName example.com.br DocumentRoot /var/www/html_publlic </VirtualHost> <VirtualHost…
-
1
votes0
answers48
viewsQ: 'Strange' characters in Mysql
I’m developing a dynamic site and in one of forms of registration a user was saved so: Page php code: <?php session_start(); ob_start(); $btnCadUsuario = filter_input(INPUT_POST, 'btnCadUsuario',…
-
0
votes1
answer190
viewsA: Vps website with no access to dns (www)
I don’t know exactly how Vestacp works fully, but I’ve faced that problem. My VPS is running Apache and needed to create a domain name and point DNS to a different folder from the main domain. I…
-
5
votes1
answer275
viewsA: Display preview link
If you are like me and need simple solutions to complex problems I advise you to use Linkpreview. It is a REST API that makes a preview of the link go. https://www.linkpreview.net/ All you need to…
-
0
votes0
answers29
viewsQ: About SSL’s Cxb
I recently became very interested in web programming. From countless tutorials watched on various platforms, such as youtube, Vimeo, blogs and forums, in order to put into practice the knowledge I…
-
-1
votes2
answers68
viewsQ: database saving only password
This is my first post here, I’ve been following the forum for a long time but I never wanted to interact, today this desire arose along with a little problem ... I’m learning to html, css, php and…