Undefined Index in even with if(isset($_POST[..... [Closed]
Needhelp123 -
Jun 10, 2018 at 12:18 PM - Latest reply: Ambucias55801
Posts Monday February 1, 2010Registration dateModeratorStatus
November 2, 2018
Last seen
- Jun 10, 2018 at 05:31 PM
I have my IT exam tomorrow and I am stuck with this problem. I still get the Undefinex Index error in php even with the "if(isset.." code. How can I fix this?
This is where my mistakes are. PS the names etc are in norwegian, but ignore them.
$sql ="SELECT russen.RusseID,russen.fornavn,russen.etternavn,russen.kjoretoyID, russekjoretoy.Kjoretoymiddel,russekjoretoy.Registreringsnummer, russekjoretoy.Kjoretoyinformasjon,russekjoretoy.Gruppenavn, russekjoretoy.Farge FROM russekjoretoy, russen WHERE russen.kjoretoyID LIKE russekjoretoy.kjoretoyID";