Posts by Guilherme • 159 points
9 posts
-
0
votes1
answer259
viewsQ: syntax error, Unexpected 'global' (T_GLOBAL), expecting Function (T_FUNCTION) or const (T_CONST)
I’m trying to call a variable into a function, but I’m making this mistake : ( ! ) Parse error: syntax error, Unexpected 'global' (T_GLOBAL), expecting Function (T_FUNCTION) or const (T_CONST)…
-
0
votes1
answer292
viewsQ: Parse error: syntax error, Unexpected ','
line error: $config = new Config; $strqury = "SELECT * FROM ", $config->ContasTable , " WHERE Login = ? AND ", $config->PasswdColumn ," = ? AND ", $config->CheckemailColum ," = ?"; echo…
-
0
votes1
answer72
viewsQ: Error storing byte in mysql db
I am trying to store what I get in db mysql, however this giving error I think is type of error column: 26/02/2018 09:25:14 User connected 26/02/2018 09:25:14 Login : Skell 26/02/2018 09:25:14…
-
0
votes1
answer64
viewsQ: Socket Whitelist IP accepted connection C#
I am trying to make a Socket system (Server -> <- Client), however I want to make an ip Whitelist that can be accepted in the client connection to the server, but I do not know how, short I…
-
1
votes1
answer427
viewsQ: List web file folder
I’m trying to list a folder of files, I’m not getting, the error says that the directoryinfo does not support URL. DirectoryInfo directoryinfo = new DirectoryInfo("http://127.0.0.1");…
-
6
votes2
answers6106
viewsQ: Difference from Cout to printf in C++
I wonder what difference I use in C++ cout and printf, it’s all the same?
-
5
votes1
answer546
viewsQ: Get CPU usage of a process in int C#
I need to get CPU usage of a process that is a variable. Ex.: var process = wait.exe And check the Wait.exe, if it has reached 100 CPU usage. How can I do this?…
-
1
votes1
answer82
viewsQ: How to check if the user is logged in 1 hour ago or logged in
I’m creating a system to check if the user entered the site an hour ago or earlier. There’s a column in the database that speaks last time you logged on Last_login(int4) the date has to be in this…
-
-3
votes1
answer45
viewsQ: Sending data to another table
Hello, I need some help I need to get data using Where to pass to another table : http://image.prntscr.com/image/712077abe80f4033a016675279a7a0dd.png (table of accounts ) In print, shows the "…