Jump to content

IgnaceV

New Members
  • Posts

    4
  • Joined

  • Last visited

IgnaceV's Achievements

Newbie

Newbie (1/5)

0

Reputation

1

Community Answers

  1. Now it is working. Thank you very much.
  2. Stupid that i Not have seen that. I learned a thing.
  3. I think that I know what I am doing wrong. Array ( [IDR] => 5 [Naam] => Tester [Vnaam] => twee [mail] => service@ipathome.be [paswoord] => 314cfc36688da0847e6cbf7fe2961c96 ) Warning: Cannot modify header information - headers already sent by (output started at /customers/1/5/0/fv-vl-ardennen.be/httpd.www/koepel/inlog.php:30) in /customers/1/5/0/fv-vl-ardennen.be/httpd.www/koepel/inlog.php on line 32 I must extend my query.
  4. Ik have a database table "abbonees" (MariaDB) where I have among some textfields, following fields date (current_timestamp on time of registration), type date time ((current_timestamp on time of registration) type time end date (date + 7 days) type date end time ( time + 2 hours) type time When I use this code if ($_SESSION['pasw'] == $row["paswoord"]){ $_SESSION['ingelogd']="J"; $_SESSION['Naam']= $row["Naam"]; $_SESSION['VNaam']= $row["Vnaam"]; $_SESSION['edat']= $row["einddatum"]; When I try to login, Then I get this error: Warning: Undefined array key "einddatum" in /customers/1/5/0/fv-vl-ardennen.be/httpd.www/koepel/inlog.php on line 30 Warning: Cannot modify header information - headers already sent by (output started at /customers/1/5/0/fv-vl-ardennen.be/httpd.www/koepel/inlog.php:30) in /customers/1/5/0/fv-vl-ardennen.be/httpd.www/koepel/inlog.php on line 32 The first 3 are OK. What do I wrong?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.