QJ_musorSTART.php
Line #0:<?php include("QJ_start.php");
Line #1:
Line #2:$datumjel=str_replace("~"," ",$_GET[datumjel]);
Line #3:
Line #4:$parancs = "Update qj_musor set
Line #5:future='',archiv='',last_index=0,berlet_kod='$_GET[berlet_kod]',BHoszto='$_GET[BHoszto]',
Line #6:berlet_Azonosito='$_GET[berlet_kod]',datum='$datumjel',datum_fej='$_GET[datum]'
Line #7:WHERE wid =$_GET[wjid] LIMIT 1" ;
Line #8:
Line #9:mysql_query ($parancs) or die ($parancs.mysql_error());
Line #10:echo ("<font size=+3 color=red>".$parancs.'<br>'.mysql_error().'<br>');
Line #11:/// IDE LEHETNE LOG-ot tenni - SEQ file ? qj_SQLog...
Line #12:
Line #13:
Line #14:$parancs = "Select * from qj_musor WHERE wid =$_GET[wjid] " ;
Line #15:$eredmeny=mysql_query ($parancs) or die ($parancs.mysql_error());
Line #16:echo ("<font size=+3 color=red>".$parancs.'<br>'.mysql_error().'<br>');
Line #17:$musor=mysql_fetch_array($eredmeny);
Line #18:
Line #19:echo "<script language = javascript>
Line #20:window.open('QJ_helyrajz.php?&musor_kod=".$musor[datum_kod]."','adatframe');
Line #21:
Line #22: </script>";
Line #23:
Line #24:?>