Posts by FFY00 • 16 points
3 posts
-
0
votes1
answer195
viewsA: Jenkins does not compile Maven tests but Netbeans does
This is probably happening because the wrong version of Java may be used to compile Artifact. Specify the version you want this way: <properties>…
-
0
votes1
answer19
viewsA: Save to Session a Link and destroy another session to make site translation
This can be done with a request POST or GET (POST is more pleasant for the customer) simple. After receiving the request just save in SESSION user or even DB (if the user is logged in). I will not…
-
0
votes1
answer63
viewsA: Include giving spacing
Removes the echo. I don’t know why he’s there. To include a file is enough <?php include_once("caminho/para/o/ficheiro.php");?>. EDIT Code I mentioned in the commentary. <div…