Posts by Ronan Gill • 61 points
4 posts
-
2
votes3
answers2271
viewsA: Find out the next date from the day of the week
You can create several algorithms to control these dates, can also use this: $data_calculada = date('d/m/Y', strtotime("+3 days",strtotime($DATA_CADASTRADA))); In this example I add 3 days to my…
phpanswered Ronan Gill 61 -
0
votes2
answers2313
viewsA: Login and password with permission level in php
Cara I suggest you update the access with the library PDO, which is much easier and safer. In case you are used to programming PHP OO, use classes to receive the values of $_SESSION. Here’s an…
-
0
votes1
answer90
viewsA: Loop error in stock control
Start Guy you need to structure your algorithm more, program controllers so you have how to know what data and how they are behaving in each loop. 1 - I think you need a study in the library PDO…
-
1
votes3
answers16370
viewsA: Bat to enable and disable proxy
Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER Software Microsoft Windows Currentversion Internet Settings] "Proxyoverride"="HERE ARE THE EXCEPTIONS.*;"…