Hello,
I have the following problem:
I need to use 6 html pages:
Pag1: ____
enter the nameUSE😐____| (this is a text box)
Pag2:
select code from table where nameUSE='$nameEnterUSE' (this is a SQL statement)
more code
...
$codeUSE=ora_getcolumn(cursor,var2)
Pag3:
select anyUSE from tabletwo where codeUSE='$codeUSE' (this is another SQL statement)
Pag4:
HERE IS THE PROBLEM:
I need this SQL statement:
select whateverUSE from tablethree where codeUSE='$codeUSE' (SEE that I need the same value obtained in Pag2).
AND I DON'T have a correct result.
WHY?
Thnaks for your answers.