login  Naam:   Wachtwoord: 
Registreer je!
 Forum

Probleempje met me script

Offline erm - 18/05/2006 15:58 (laatste wijziging 18/05/2006 16:02)
Avatar van ermLid Ik heb een probleempje met me script.

Ik heb iets geschreven gewoon over het WK

ik kan invullen als nederland wint verliest of gelijkspeeld dan geeft hij een message.

Ik heb nou een probleem, ook al is de waarde niet true geeft hij toch de message.


  1. <?php
  2.  
  3. $huidigedata = date("d F");
  4.  
  5. require("config.php");
  6. $wkcheck = mysql_query("SELECT * FROM totwk WHERE datum ='".$huidigedata."'");
  7. $wksplit= mysql_fetch_assoc($wkcheck);
  8. if ($huidigedata == $wksplit['datum']) {
  9. echo "<h3>Nederland speelt vandaag tegen ".$wksplit['land']. "</h3><hr>";
  10.  
  11. }
  12.  
  13.  
  14. if ($wksplit['nlscore'] > $wksplit['tegenstanderscore']) {
  15. echo " Holland booked a victory on <b>".$wksplit['datum']."</b> and won from <b>".$wksplit['land']."</b>". " <b>Score:</b> Nederland :" .$wksplit['nlscore']." - " .$wksplit['land']." : " .$wksplit['tegenstanderscore']." <img src='/sec/logo/nlvlag.gif' width='44' height='27' border='1' />" ;
  16.  
  17. }
  18.  
  19.  
  20.  
  21. // HIJ GEEFT TELKENS OP ME PAGINA AAN The Netherlands tied on ( maar dar kan niet want de WAARDE BESTAAT nog NIET)
  22. elseif($wksplit['nlscore'] == $wksplit['tegenstanderscore']) {
  23. echo " The Netherlands tied on <b>".$wksplit['datum']."</b> against <b>".$wksplit['land']."</b>";
  24. }
  25.  
  26.  
  27.  
  28. else {
  29. echo " Holland <b>lost</b> a match on <b>".$wksplit['datum']."</b> against <b>" .$wksplit['land']. "</b> <br><b>Score:</b> <b> Holland :" .$wksplit['nlscore']." - " .$wksplit['land']." : " .$wksplit['tegenstanderscore']."</b> <img src='/sec/logo/voetbal_verliesEK.gif' width='107' height='68' /> ";
  30. }
  31.  
  32.  
  33. ?>


Kan iemand mij mischien helpen?

0 antwoorden

Gesponsorde links
Er zijn nog geen reacties op dit bericht.
Dit onderwerp is gesloten.
Actieve forumberichten
© 2002-2024 Sitemasters.be - Regels - Laadtijd: 0.216s