Posts by Rachel • 45 points
2 posts
-
3
votes4
answers1308
viewsQ: I cannot concatenate variable in a query
I have a URL and in it a code that will vary all the time (Ex: usuario/perfil/39). I used the following code to get this URL value: $valor_id = $_SERVER['REQUEST_URI']; $cod =…
-
1
votes2
answers845
viewsQ: I can’t get the value of an input to compare within a _Construct
My project registers users and in the database I have a table User and another Profile. To User is for data from login and password, and the Profile for personal data. But now I need to create a new…