Posts by corei • 5 points
4 posts
-
-1
votes1
answer25
viewsQ: problems with php header
Hello, I am studying php, and one of the tasks is that I need to do an authentication for some pages, I am using $_SESSIONS for this, and I wanted that if the values of $_SESSION['name']…
-
-1
votes1
answer28
viewsQ: Pass inputs from one page to another in php
Hello, I’m studying php, and my teacher asked to Create a PHP page containing a form with 3 fields. After clicking on SUBMIT, on the second page assemble a new form with another 3 fields. After…
-
0
votes2
answers35
viewsQ: algorithm not doing the necessary checks
hello, I have to make an algorithm in visualg where you have to read from the keyboard a positive integer value and show on the screen all primes smaller than the number read from the keyboard,…
-
0
votes3
answers82
viewsQ: Problems with if doing 2 functions
I have to make a code where I calculate the BMI, but if the person is 15 years or less is not calculated, but is still calculating #include <stdio.h> void main() { float peso, altura, imc,…