Posts by Leonardo Buares • 131 points
2 posts
-
0
votes1
answer185
viewsA: How to use method="GET'' without the action
Just don’t use action="", use only <form method="get">. That way you’ll stay www.meusite.com/?p=uma+pesquisa, if you still want to have a friendlier url, you will need to use mod_rewrite.…
-
11
votes1
answer385
viewsQ: Is the C# language recommended to be distributed online with a database?
It is very easy to get the entire code of a C# program using . NET Reflector. Would it be possible for me to put the same security in a C# program a program made in C++? I found that answer no Stack…