Warning: include(QJ_start.php): failed to open stream: No such file or directory in /home/ebonnhu1/cvteszt/_inc_BI_Based/biedit.php on line 1
Warning: include(): Failed opening 'QJ_start.php' for inclusion (include_path='.:/opt/remi/php56/root/usr/share/pear:/opt/remi/php56/root/usr/share/php:/usr/share/pear:/usr/share/php') in /home/ebonnhu1/cvteszt/_inc_BI_Based/biedit.php on line 1
SWC-BiEdit
_BI_CopyTable.inc
aktuális könyvtár:/home/ebonnhu1/cvteszt/_inc_BI_Based_BI_CopyTable.inc
___0 # <?php include("QJ_start.php");
___1 #
___2 # $myFile = $_GET[submenu].".SQL";
___3 # $fh = fopen($myFile, 'w') or die("can't open file");
___4 #
___5 # $eredmeny = mysql_query('show fields from '.$_GET[tabla]);
___6 #
___7 # $fid='';
___8 #
___9 #
__10 # while ($row =mysql_fetch_row($eredmeny))
__11 # {
__12 #
__13 # $fid.=$row[0] . ":";
__14 # }
__15 #
__16 #
__17 # $keres = "SELECT * FROM " . $_GET[tabla]. " WHERE szoveg='".$_GET[submenu]."'";
__18 #
__19 #
__20 #
__21 # $h=split(':',$fid);
__22 # $nur=count($h)-1;
__23 #
__24 # while ($row =mysql_fetch_row($eredmeny))
__25 # {
__26 #
__27 # $parancs = "REPLACE INTO ".$_GET[tabla]. " ";
__28 #
__29 # $vesszo='';
__30 # $mezok="(";
__31 # $adatok="(";
__32 #
__33 # for($j=1;$j<$nur;$j++)
__34 #
__35 # {
__36 #
__37 # // $parancs .=$vesszo.$h[$j]."='".$row[$j]."' ";
__38 # $mezok .=$vesszo."`".$h[$j]."`" ;
__39 # $adatok .=$vesszo." '".$row[$j]."'";
__40 # $vesszo=', ';
__41 #
__42 # }
__43 #
__44 # $parancs .= $mezok." ) VALUES ".CHR(10). $adatok." );" ;
__45 #
__46 # $stringData=htmlspecialchars($parancs).CHR(10);
__47 # $stringData=$parancs.CHR(10);
__48 #
__49 # // echo (htmlspecialchars($parancs).'<br>');
__50 # echo ($parancs.'<br>');
__51 #
__52 # fwrite($fh, $stringData);
__53 #
__54 # }
__55 #
__56 #
__57 # fclose($fh);
__58 #
__59 #
__60 #
__61 #
__62 # //
__63 # include("QJ_varlist.php");
__64 #
__65 #
__66 # ?>
__67 #