Posts by Sydo • 33 points
4 posts
-
1
votes1
answer636
viewsA: Open a port for external users to connect to
Good guys, I solved my problem, I managed to open a server on my network with remote access. I contacted the provider of my internet and solved the problem (all the configuration I made on my router…
-
-1
votes1
answer636
viewsQ: Open a port for external users to connect to
Hello, I made an example code in Node Js with express to open a virtual server, as shown below: const express = require('express') const app = express() const port = 3000 app.get('/', (req, res)…
-
0
votes1
answer76
viewsQ: SQL - Perform the removal of two rows in separate tables connected with Foreign Key
Good afternoon, I have a little doubt on a personal project of mine. I own the tables request and itens_request which are connected by foreign key. As an example to simplify my situation: Requested…
-
1
votes2
answers327
viewsQ: I’m having trouble picking a value between two strings in PHP using REGEX
$exemplo = "Olá, como vocês estão? Eu queria pegar o valor entre esses colchetes {# Olá mundo} e que esse aqui {#Teste} não interferisse, e me retornasse:"; I’d like the code to return: [ [0] =>…