Posts by Mario Uryu • 45 points
5 posts
-
2
votes1
answer46
viewsA: PROBLEM WITH PARENT TAG in VBS
I managed to solve staff, in case someone needs something similar follow the code: DiretorioobjFiles = "C:\DACTE\" DiretorioDestino = "C:\DACTE\DATA\" Set FSO =…
-
1
votes1
answer46
viewsQ: PROBLEM WITH PARENT TAG in VBS
So people... all right? I have a little problem here very similar to the one I had yesterday, I have a VBS script that suits me well, it basically reads the XML, takes the date inside the XML and…
-
0
votes1
answer68
viewsQ: Problem with VBS and XML
So people... all right? I have a little problem here, I have a VBS script that served me well, he read the XML files and renamed them to the vendor name. Now I need it to rename the XML to the…
-
0
votes2
answers46
viewsQ: Problem with JS/PHP
Good afternoon, everyone, I am trying to chat to my intranet and the problem is this, my JS code is not capturing the return via PHP echo, so the function does not erase the text that the person…
-
1
votes2
answers625
viewsA: Button to delete Fullcalendar events - Celke
I think you need to put the dots to join the string with the variable: Thereof: $result_events = "DELETE FROM events WHERE id='$id'"; For that reason: $result_events = "DELETE FROM events WHERE…