Posts by Gabriel Valente • 11 points
3 posts
-
-3
votes1
answer102
viewsQ: PHP validate password
I don’t have great bases with PHP however, I need to do validations like: string size contains letters, uppercase and minuscule contains numbers contain special characters In this case for a…
-
1
votes3
answers143
viewsQ: C# - Know location of database file dynamically
I am making a program using C# in WPF, and I need to access the database dynamically, in this case I am using a .mdf.file. In code I have connectionString like this: string stringConexao = @"Data…
-
0
votes0
answers39
viewsQ: Error making the request
I am trying to place a request in a REST API using PHP Unirest. The error that appears when I print is: Bad URL, Colon is first Character The mistake: PHP Fatal error: Uncaught Unirest Exception:…