Posts by Medivh • 31 points
5 posts
-
-1
votes1
answer48
viewsQ: Script deleting other html elements
I am trying to put a required field message, at the moment I can only put in an input, the idea is to put in everyone and when it suffers the action of a click on the message, the tag that is…
-
2
votes1
answer81
viewsQ: I cannot use the global var $_SERVER['PATH_INFO']
I was trying to redirect, picking up the url path using var global $_SERVER['PATH_INFO'], but without success. In giving print_r($_SERVER);, I saw that PATH_INFO was no longer listed. ex.:…
-
-4
votes1
answer95
viewsQ: What is the correct way to insert a necessary data into a constructor in PHP?
How should I place the parameters inside the constructor’s parentheses? I tried as follows as seen in videos but has the following error: OBS.: I am using the terminal, I am using the file…
-
-1
votes1
answer57
viewsQ: Successful php registration response
I’m trying to make a return "Registration made successfully" but always falls in Else, he is not counting the number of lines. public function adicionarAluno(string $nome, string $matricula, string…
-
-1
votes1
answer31
views