Posts by Lucas.Souza200 • 39 points
4 posts
-
1
votes2
answers1272
viewsQ: Store all records of a table in a variable (PHP)
I need to make a query in my Mysql database and store all rows that are returned within the variable $dadosBrutos. The intention is that each line be separated by the character "§", for example:…
-
-2
votes1
answer1420
viewsQ: Show Mysql query result with Echo (PHP)
I have a script in PHP and Mysql that has a query responsible for counting how many records (clients) are inserted in one of the tables of my database. However, I need to show the amount of records…
-
1
votes2
answers245
viewsQ: String Manipulation in VB.Net
Hello, in the code I’m developing I need to get the name of a file. I used an Openfiledialog for the user to select a file and, after selecting, the system returns the directory of this file within…
-
0
votes1
answer34
viewsQ: Picturebox.Image error <> My.resources.user_add
Hello, I am developing my TCC and there is an error that I can not solve... Below follows the code: If (imgAluno.Image <> My.Resources.user_add) Then That is, I want the program to enter in…