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
  File

Write:   Read:   Clear:  
_BI_ViewTable.inc

aktuális könyvtár:/home/ebonnhu1/cvteszt/_inc_BI_Based_BI_ViewTable.inc
___0 # <?php // include("QJ_start.php");
___1 # 
___2 # 
___3 # $url1="BiViewTable.php?&tabla=".$_GET[tabla];
___4 # 
___5 # if (isset($_GET[dbname])) {
___6 #  include("bilib.ini");
___7 #  $database = $_GET[dbname]; // Database Name
___8 # 
___9 # $kapcsolat=mysql_connect($server, $db_user, $db_pass) or died("Database Connect Error");
__10 # 
__11 # 
__12 # 
__13 # //include("gvarlist.php");
__14 # if ( ! $kapcsolat )
__15 # 
__16 # mysql_select_db( $database )
__17 # or die ( "Nem lehet megnyitni".mysql_errno() );
__18 # 
__19 # @mysql_query('SET CHARACTER SET latin2');
__20 # @mysql_query("SET NAMES 'latin2'");
__21 # }
__22 # 
__23 # $alma="???";
__24 # if (isset($_POST[Bis])) {$alma=$_POST[Bis]."=P:Bis/".$_GET[Bis]."=G:Bis/G:sql=".$_GET[sql]; $_GET[Bis]=$_POST[Bis]; $_GET[sql]=$_POST[Bis]; }
__25 # 
__26 # 
__27 # 
__28 # //?//if (isset($_GET[bimod])) { $_GET[Desc]="*"; $_GET[biord]="wid";}
__29 # 
__30 # if (isset($_GET[goon])) $_POST[goon]=$_GET[goon];
__31 # //?//if (isset($_GET[Desc])) $_POST[Desc]=$_GET[Desc];
__32 # if (isset($_GET[Bis])) $_POST[Bis]=$_GET[Bis];
__33 # if (isset($_GET[Export])) $_POST[Export]=$_GET[Export];
__34 # 
__35 # if (isset($_POST[dump])) {
__36 #  if(isset($_SESSION[dump])) unset($_SESSION[dump]); else $_SESSION[dump]="Y";
__37 # }
__38 # 
__39 # if (isset($_POST[WhereSave]) and isset($_POST[wherememo]) and $_POST[wherememo]<>"" ) {
__40 # //wid / widarc / usr_kod / szoveg / archiv / future / sql_memo / sql_parancs / sql_title / sql_jpg / logtime /
__41 #  $keres = "select * from qj_sql where szoveg= 'WhereSave' and sql_parancs='$_POST[Bis]' and sql_title='$_GET[tabla]'";
__42 # 
__43 #  $nurL=mysql_num_rows($eredmeny);
__44 #  if ($nurL==0) {
__45 #  $newrec = "INSERT INTO `qj_sql`
__46 #  ( `usr_kod`,`szoveg`,`sql_memo`,`sql_parancs`,`sql_title`
__47 #  ) VALUES
__48 #  ( '$_SESSION[Qusr_kod]','WhereSave','$_POST[wherememo]','$_POST[Bis]','$_GET[tabla]'
__49 #  )";
__50 #  mysql_query($newrec) or die($newrec." Hiba az insertben");
__51 #  echo '<script>
__52 #  alert("MENTVE!'.$_POST[Bis].'");
__53 #  </script>';
__54 #  }
__55 # }
__56 # 
__57 # if (isset($_GET[biord])) $_POST[biord]=$_GET[biord];
__58 # if (isset($_GET[Limit])) $_POST[Limit]=$_GET[Limit];
__59 # if (!isset($_POST[Limit])) $_POST[Limit]=50;
__60 # 
__61 # if (!isset($_SESSION[frame1])) $_SESSION[frame1]="adatframe";
__62 # if (!isset($_SESSION[frame2])) $_SESSION[frame2]="infoframe";
__63 # 
__64 # 
__65 # if (isset($_POST[frame1])){ $frame1=$_POST[frame1]; $_SESSION[frame1]=$frame1;} else $frame1=$_SESSION[frame1];
__66 # if (isset($_POST[frame2])){ $frame2=$_POST[frame2]; $_SESSION[frame2]=$frame2;} else $frame2=$_SESSION[frame2];
__67 # 
__68 # if ($frame1<>"") $frame1T=" target=$frame1 "; else $frame1T="";
__69 # if ($frame2<>"") $frame2T=" target=$frame2 "; else $frame2T="";
__70 # 
__71 # 
__72 # 
__73 # //$_POST[Bis]=trim($_POST[Bis]);
__74 # if (isset($_GET[sql])) {
__75 #  $_POST[Bis]=str_replace("!"," ",$_GET[sql]);
__76 # }
__77 # 
__78 # //$url1="Bic_ViewTable.php?&tabla=".$_GET[tabla];
__79 # 
__80 # //if (isset($_GET[dbname])) $url1.="&dbname=".$_GET[dbname];
__81 # $url2="bisqlupd.php?&sqlfile=&wjid=-1";
__82 # 
__83 # 
__84 # 
__85 # echo("");
__86 # 
__87 # ?>
__88 # 
__89 # <BODY background='Qhat.gif' CELLSPACING="0" CELLPADDING="0" align="left">
__90 # <FORM name=cimform action='' method='post'>
__91 # 
__92 # <a target=infoframe href='BI_ViewWhere.php'
__93 # 
__94 # 
__95 # 
__96 # onchange=this.form.submit(); return true name='submit'><br>
__97 # &nbsp;
__98 # 
__99 # <INPUT
_100 #  TYPE='text' NAME='Bis' size=140
_101 #  STYLE='color : red; background-color:beige; font-size: 12px; font-weight: bold;'
_102 #  value='<?php if (isset($_POST[Bis])) echo($_POST[Bis]); ?>'
_103 # >
_104 # 
_105 # <br>
_106 # 
_107 # <INPUT TYPE='CHECKBOX' NAME='Export' Title='' value=''
_108 # 
_109 # 
_110 # <INPUT TYPE='CHECKBOX' NAME='dump' Title='' value=''
_111 # > Dump &nbsp;
_112 # 
_113 # <INPUT TYPE='CHECKBOX' NAME='sqlexport' Title='' value=''
_114 # > SQL &nbsp;
_115 # 
_116 # <INPUT TYPE='CHECKBOX' NAME='sqlinsert' Title='' value=''
_117 # > INSERT &nbsp;
_118 # 
_119 # <INPUT TYPE='CHECKBOX' NAME='WhereSave' Title='' value=''
_120 # > WhereSave &nbsp;
_121 # 
_122 # &nbsp;Limit:
_123 # 
_124 #  TYPE='text' NAME='Limit' size=5 STYLE='color : red; background-color:beige; font-size: 14px; font-weight: bold;'
_125 #  value='<?php if (isset($_POST[Limit])) echo($_POST[Limit]); ?>'
_126 # >
_127 # 
_128 # 
_129 # &nbsp;
_130 # <INPUT TYPE='CHECKBOX' NAME='Desc' Title='' value=''
_131 # <? if (isset($_POST[Desc])) echo(' CHECKED '); ?>
_132 # > Sorrend<?if (isset($_POST[Desc])) echo("(S)");?> &nbsp;
_133 # <!---&nbsp;Keres:
_134 # <INPUT TYPE='CHECKBOX' NAME='Torol' Title='' value=''
_135 # 
_136 # 
_137 # <INPUT TYPE='hidden' NAME='tabla' value='<? echo($_GET[tabla]); ?>'
_138 # >
_139 # <br>
_140 # <?php
_141 # 
_142 # if(isset($_SESSION[dump]) and $_SESSION[dump]=="Y") {
_143 # echo("<INPUT TYPE='text' NAME='frame1' size=8 STYLE='color : red; background-color:beige; font-size: 14px; font-weight: bold;'
_144 #  value='$frame1'>&nbsp;");
_145 # echo("<INPUT TYPE='text' NAME='frame2' size=8 STYLE='color : red; background-color:beige; font-size: 14px; font-weight: bold;'
_146 #  value='$frame2'>");
_147 # echo("
_148 #  <INPUT TYPE='text' NAME='wherememo' size=20 STYLE='color : red; background-color:beige; font-size: 14px; font-weight: bold;'
_149 #  value=''><hr>
_150 #  ");
_151 # }
_152 # 
_153 # $Viewpar="";
_154 # $Limit=" Limit ".$_POST[Limit];
_155 # //// IDEIGLENES /// <b>$alma</b><hr>
_156 # //$_POST[Desc]="Y";
_157 # 
_158 # if (isset($_POST[Del])) $Viewpar.="&Del=Y";
_159 # if (isset($_POST[Desc])) $Viewpar.="&Desc=Y";
_160 # //if (isset($_POST[Export])) { $Viewpar.="&Export=Y"; $Limit=""; }
_161 # if (isset($_POST[Export])) $Viewpar.="&Export=Y";
_162 # if (isset($_POST[Last])) $Viewpar.="&Last=".$_POST[Last];
_163 # if (isset($_POST[Limit])) $Viewpar.="&Limit=".$_POST[Limit];
_164 # if (isset($_POST[Bis])) $Viewpar.="&Bis=".trim($_POST[Bis]);
_165 # if (isset($_POST[Modate])) $Viewpar.="&Modate=".$_POST[Modate];
_166 # 
_167 # $ParHead="";
_168 # $export=false;
_169 # $tabla=$_GET["tabla"];
_170 # $biord="";
_171 # 
_172 # // echo "<script language = javascript>";
_173 # // echo "alert('".$Viewpar."');";
_174 # // echo "</script>";
_175 # 
_176 # //echo "<script language = javascript>";
_177 # 
_178 # //echo "</script>";
_179 # 
_180 # $_SESSION['sqlfile']=$tabla;
_181 # 
_182 # //echo("<a target=NEWframe href='bisqlupd.php?&sqlfile=&wjid=-1'
_183 # 
_184 # 
_185 # if (isset($_POST[Last])) {
_186 # 
_187 # }
_188 # 
_189 # if (isset($_POST[Desc])) {
_190 # 
_191 # }
_192 # 
_193 # if (isset($_POST["biord"])) {
_194 # $biord= " order by ".$_POST["biord"];
_195 # if (isset($_POST[Desc])) {
_196 # 
_197 # $biord.=" DESC";
_198 # }
_199 # }
_200 # 
_201 # if (isset($_GET[dbname])) $biord="";
_202 # 
_203 # if (isset($_POST[Del])) {
_204 # 
_205 # $Viewpar.="&Del=*";
_206 # }
_207 # 
_208 # if (isset($_POST[Export])) {
_209 # 
_210 # $export=true;
_211 # }
_212 # 
_213 # ECHO('<html>
_214 # <title>'. $tabla.' </title>
_215 # ');
_216 # 
_217 # if ($export==false)
_218 # $ee='<table BORDER=1 bgcolor="#DBE6E0" ><tr><td></td>';
_219 # else
_220 # $ee='<table BORDER=1 bgcolor="#DBE6E0" ><tr>';
_221 # 
_222 # $fullRec="CONCAT_WS(";
_223 # $vesszo="";
_224 # $fid='';
_225 # 
_226 # $mezok='';
_227 # 
_228 # $eredmeny = mysql_query('show fields from '.$tabla);
_229 # 
_230 # while ($row =mysql_fetch_row($eredmeny))
_231 # {
_232 # $fid.=$row[0] . ":";
_233 # $mezok.=$row[0] . " / ";
_234 # 
_235 # if ($export==false)
_236 # $ee .= '<td with=50><b><a href="'.$url1.'&biord='.$row[0].$Viewpar.'">'.$row[0].'</a></b></td>';
_237 # else
_238 # $ee .= '<td with=50><b>'.$row[0].'</b></td>';
_239 # 
_240 # 
_241 # $fullRec.=$vesszo."(".$row[0].")";
_242 # $vesszo=",'/', ";
_243 # 
_244 # }
_245 # 
_246 # $full=$fullRec.")";
_247 # 
_248 # $fullRec.=") as full";
_249 # $fid.="full:";
_250 # 
_251 # if (isset($_POST[Bis]) and $_POST[Bis]<>"") $wer=" Where INSTR((".$full."),'".($_POST[Bis])."') "; else $wer="";
_252 # 
_253 # if (strpos('?'.$fid,"deleted")>0) $totolve="deleted=0";
_254 # if (strpos('?'.$fid,"torolve")>0) $totolve="torolve=0";
_255 # 
_256 # if (isset($_POST[Del])) {
_257 # 
_258 # if ($wer<>"")
_259 # $wer.= " and ".$totolve;
_260 # else
_261 # $wer.= " Where ".$totolve;
_262 # }
_263 # 
_264 # if (isset($_POST[Modate])) {
_265 # 
_266 # if (strpos('?'.$fid,"sync_date")>0)
_267 # $datumscan="INSTR((sync_date),'".($_POST[Modate])."') ";
_268 # else
_269 # $datumscan="INSTR((".$full."),'".($_POST[Modate])."') ";
_270 # 
_271 # if ($wer<>"")
_272 # $wer.= " and " .$datumscan;
_273 # else
_274 # $wer.= " Where ".$datumscan;
_275 # 
_276 # }
_277 # 
_278 # if (isset($_POST[Last]) and strpos("?".$fid,"sync_id")>0) {
_279 # 
_280 # if ($wer<>"")
_281 # $wer.= " and sync_id=".$_POST[Last];
_282 # else
_283 # $wer.= " Where sync_id=".$_POST[Last];
_284 # }
_285 # 
_286 # 
_287 # $ee .= '</tr>';
_288 # 
_289 # if (substr($_POST[Bis],0,2)=="//" and strlen($_POST[Bis])>4) {
_290 # 
_291 #  $sqlwer= str_replace("~", "'",substr($_POST[Bis],2,strlen($_POST[Bis])-2));
_292 # // Use of the count parameter is available as of PHP 5.0.0
_293 # //$str = str_replace("ll", "", "good golly miss molly!", $count);
_294 # //echo $count; // 2
_295 # 
_296 # 
_297 # // echo "<script language = javascript>";
_298 # // echo "alert('SQL: SELECT * FROM ".$tabla." WHERE ".$sqlwer."');";
_299 # // echo "</script>";
_300 # 
_301 # 
_302 # 
_303 # if (isset($_POST[Torol])) {
_304 # $keres = "Delete FROM " . $tabla . " where ".$sqlwer;
_305 # //?//if (isset($_SESSION['Dump'])) echo("<hr>".$keres."<hr>");
_306 # $retval = mysql_query( $keres );
_307 # }
_308 # 
_309 # $keres = "SELECT * FROM " . $tabla . " where ".$sqlwer;
_310 # 
_311 # print "<font size=4 color=blue>SQL: <b>".$keres."</b></font><hr>";
_312 # 
_313 # $nurL=mysql_num_rows($eredmeny);
_314 # $nur=$nurL;
_315 # $Limit="";
_316 # $biord="";
_317 # 
_318 # // echo("<hr>then<hr>");
_319 # 
_320 # ////////
_321 # } else {
_322 # ////////
_323 # 
_324 # // echo("<hr>else<hr>");
_325 # 
_326 # if (isset($_POST[Torol])) {
_327 # $keres = "Delete FROM " . $tabla . $wer . $biord . $Limit;
_328 # //?//if (isset($_SESSION['Dump'])) echo("<hr>".$keres."<hr>");
_329 # $retval = mysql_query( $keres );
_330 # }
_331 # 
_332 # if ($wer=="") {
_333 # 
_334 # }
_335 # 
_336 # // echo("~>>>~~/$wer/~~~~/$tabla/~~~/$biord/~~~~~/$Limit/~~~~~~~~~~~~~~~~~~~");
_337 # 
_338 # $keres = "SELECT * FROM " . $tabla . $wer . $biord;
_339 # 
_340 # $nurL=mysql_num_rows($eredmeny);
_341 # $keres = "SELECT * FROM " . $tabla . $wer . $biord . $Limit;
_342 # 
_343 # $nur=mysql_num_rows($eredmeny);
_344 # 
_345 # }
_346 # 
_347 # 
_348 # 
_349 # 
_350 # ///////////////////////////////////
_351 # //echo("<hr>".$keres."<hr>");
_352 # ///////////////////////////////////
_353 # 
_354 # if ($nurL<1001) $Limit="";
_355 # 
_356 # 
_357 # '</font></b><hr>';
_358 # 
_359 # if(isset($_SESSION[dump]) and $_SESSION[dump]=="Y") {
_360 # $head.='<FONT size=+1 color=RED>DUMP</font><br>';
_361 # 
_362 # $head.=$mezok.'<hr>';
_363 # 
_364 # 
_365 # }
_366 # 
_367 # $head=$head.'<b>'.($tabla).
_368 # '</b>&nbsp; Reccount:<b>&nbsp;&nbsp;'.$nurL.
_369 # '</b>&nbsp;<font color=blue> <b>'.$biord.
_370 # '</b>&nbsp; <b>'.$Limit.
_371 # '</b></font><br></table>';
_372 # 
_373 # if (!$nur) {
_374 # 
_375 # $ee =$head.$ee. '</table>';
_376 # echo($ee);
_377 # 
_378 # 
_379 # 
_380 # exit;
_381 # }
_382 # 
_383 # 
_384 # 
_385 # if (isset($_POST[sqlexport]) or isset($_POST[sqlinsert]) )
_386 # {
_387 # 
_388 # $i=0;
_389 # 
_390 # 
_391 # 
_392 # $h=split(':',$fid);
_393 # 
_394 # 
_395 # if (isset($_POST[sqlinsert])) {
_396 # 
_397 # $h=split(':',$fid);
_398 # 
_399 # 
_400 # $keres = "SELECT * FROM " . $tabla ;
_401 # 
_402 # $nurR=mysql_num_rows($eredmeny);
_403 # 
_404 # $darabol=intval($nurR/5000)+1;
_405 # 
_406 # echo ("<Hr>~~$tabla~/field:$fmax/~~~~$nurR/$darabol~~~~~~~~SQL EXPORT START~~~~~~~$myFile~~~~~~~<br>");
_407 # 
_408 # for($j=0;$j<$fmax;$j++)
_409 # {
_410 #  echo("~$h[$j]~/$j/~<br>");
_411 # }
_412 # 
_413 # for ($di=0;$di<$darabol;$di++) {
_414 # $di1=$di*5000;
_415 # //$di2=$di*5000 + 4999;
_416 # $di2=4999;
_417 # $div=$di1+4999;
_418 # 
_419 # 
_420 # $keres = "SELECT * FROM " . $tabla . " limit $di1,$di2 " ;
_421 # 
_422 # 
_423 # $myFile = $_SESSION['sqlfile'].date("Ymd_His")."_".$di1."_".$div."._view.SQL";
_424 # 
_425 # $files[$di] = $myFile;
_426 # $zipname =$_SESSION['sqlfile'].date("Ymd_His")."._view.zip";
_427 # 
_428 # $fh = fopen($myFile, 'w') or die("can't open file");
_429 # 
_430 # echo ("~~~~~~~~$keres~~~~~~~~~~~~$myFile~~~~~~~<br>");
_431 # 
_432 # 
_433 # while ($row =mysql_fetch_row($eredmeny))
_434 # {
_435 # 
_436 # ++$i;
_437 # 
_438 # $parancs = "INSERT INTO ".$_GET[tabla]. " ";
_439 # 
_440 # $vesszo='';
_441 # $mezok="(";
_442 # $adatok="(";
_443 # 
_444 # for($j=0;$j<$fmax;$j++)
_445 # 
_446 # {
_447 # // $parancs .=$vesszo.$h[$j]."='".$row[$j]."' ";
_448 # if (trim($row[$j])<>"" and $row[$j]<>"0000-00-00 00:00:00" and $row[$j]<>"0" ) {
_449 #  $mezok .=$vesszo."`".$h[$j]."`" ;
_450 #  $adatok .=$vesszo." '".trim($row[$j])."'";
_451 #  $vesszo=', ';
_452 # }
_453 # }
_454 # 
_455 # //Fatal error: Maximum execution time of 120 seconds exceeded in /home/bbinfohu/public_html/2015_BBinfo/_inc_BI_Based/_BI_ViewTable.inc //on line 426
_456 # 
_457 # $parancs .= $mezok." ) VALUES ".CHR(10). $adatok." );" ;
_458 # 
_459 # // $stringData=htmlspecialchars($parancs).CHR(10);
_460 # // echo (htmlspecialchars($parancs).'<br>');
_461 # $stringData=$parancs.CHR(10);
_462 # // echo ($parancs.'<br>');
_463 # // echo ($i.'/');
_464 # 
_465 # if (intval($i/250)*250==$i) echo ($i.'<br>');
_466 # 
_467 # //::
_468 # fwrite($fh, $stringData);
_469 # 
_470 # }
_471 # 
_472 # 
_473 # echo ("<br>~~~~~~$nur/$i~~~~~~~~~~SQL EXPORT END~~~~~~~$myFile~~~~~~~<hr>");
_474 # fclose($fh);
_475 # 
_476 # 
_477 # }
_478 # 
_479 # include("../../_inc_BI_Based/_BI_sqlZIP.inc");
_480 # 
_481 # } else {
_482 # 
_483 # $myFile = $_SESSION['sqlfile'].date("Ymd_His")."_$di($dim)"."_view.SQL";
_484 # $fh = fopen($myFile, 'w') or die("can't open file");
_485 # 
_486 # 
_487 # 
_488 # while ($row =mysql_fetch_row($eredmeny))
_489 # {
_490 # 
_491 # $parancs = "REPLACE INTO ".$_GET[tabla]. " ";
_492 # 
_493 # $vesszo='';
_494 # $mezok="(";
_495 # $adatok="(";
_496 # 
_497 # for($j=1;$j<$nur;$j++)
_498 # 
_499 # {
_500 # 
_501 # // $parancs .=$vesszo.$h[$j]."='".$row[$j]."' ";
_502 #  $mezok .=$vesszo."`".$h[$j]."`" ;
_503 #  $adatok .=$vesszo." '".$row[$j]."'";
_504 #  $vesszo=', ';
_505 # 
_506 # }
_507 # 
_508 # $parancs .= $mezok." ) VALUES ".CHR(10). $adatok." );" ;
_509 # 
_510 # // $stringData=htmlspecialchars($parancs).CHR(10);
_511 # // echo (htmlspecialchars($parancs).'<br>');
_512 # $stringData=$parancs.CHR(10);
_513 # echo ($parancs.'<br>');
_514 # 
_515 # fwrite($fh, $stringData);
_516 # 
_517 # }
_518 # 
_519 # echo ("<br>~~~~~~$nur/$i~~~~~~~~~~SQL EXPORT END~~~~~~~$myFile~~~~~~~<hr>");
_520 # fclose($fh);
_521 # 
_522 # include("../../_inc_BI_Based/_BI_sqlZIP.inc");
_523 # 
_524 # }
_525 # 
_526 # exit;
_527 # 
_528 # /*echo "<script language = javascript>
_529 # window.open('BiCopyTable.php?tabla=qj_sql&submenu=".$_POST[submenu]."', $frame1);
_530 # </script>"; */
_531 # }
_532 # 
_533 # 
_534 # $ii=0;
_535 # 
_536 # $h=split(':',$fid);
_537 # 
_538 # $e= $head.$ee;
_539 # 
_540 # 
_541 # if ($nur>1000) $nur=1000;
_542 # 
_543 # 
_544 # for($i=0;$i<$nur;$i++) {
_545 # 
_546 # $r=mysql_fetch_row($eredmeny);
_547 # 
_548 # $ii++;
_549 # // $e .= '<tr bgcolor="#A7C2B3"><td bgcolor=gold>'.$i.'</td>';
_550 # $e .= '<tr bgcolor="#A7C2B3">';
_551 # 
_552 # IF ($_SESSION[login]=="BI(c)")
_553 # $szek_kod="<a target=infoframe href='QJ_sqlJEGY.php?&parancs=Update!qj_jegy!$set!$wer'>$egy_sor[szek_kod]</a>";
_554 # else $szek_kod=$egy_sor[szek_kod];
_555 # /*
_556 # if ($export==false)
_557 # $e .= '<td>
_558 # <A '. $frame1T .' STYLE="{vlink : gold}" target=adatframe
_559 # href="_Q_sqlRECopy.php?&wjid='.$r[0].'&tabla='.$tabla.'">
_560 # <IMG width=20 height=20 SRC="../_Screen/edit.png" border=0></a>
_561 # ';
_562 # */
_563 # 
_564 # $set="set!archiv=~?~,!".
_565 #  "szoveg=~?~,!arkategoria=~?~,!".
_566 #  "QJ_sor_n=~?~,!QJ_sor_s=~?~,!".
_567 #  "QJ_sor_o=~?~,!QJ_sor_h=~?~!";
_568 # 
_569 # $wer="where!&wjid=$r[0]";
_570 # 
_571 # if ($export==false)
_572 # $e .= "<td>
_573 # <A $frame1T
_574 # href='QJ_sqlJEGY.php?&parancs=Update!$tabla!$set!$wer'>
_575 # <IMG width=20 height=20 SRC='../_Screen/sql.png' border=0></a>
_576 # ";
_577 # 
_578 # if ($export==false)
_579 # $e .= '
_580 # <A '. $frame2T .'
_581 # href="BI_sqlRECopy.php?&wjid='.$r[0].'&tabla='.$tabla.'">
_582 # <IMG width=20 height=20 SRC="../_Screen/edit.png" border=0></a>
_583 # </td>';
_584 # 
_585 # for($j=0,$k=0;$j<count($r);$j++) {
_586 # 
_587 # $e .= '<td with=50>&nbsp;'.$r[$j].'&nbsp;</td>';
_588 # 
_589 # }
_590 # $e .= '</tr>';
_591 # 
_592 # if ($ii==50 and $export==false) {
_593 # $e .= '</table>';
_594 # echo($e);
_595 # $ii=0;
_596 # $e=$ee;
_597 # }
_598 # 
_599 # }
_600 # 
_601 # $e .= '</table>';
_602 # echo($e);
_603 # 
_604 # echo($e);
_605 # 
_606 # //mysql_free_result ($eredmeny);
_607 # //
_608 # if(isset($_SESSION[dump]) and $_SESSION[dump]=="Y") {
_609 # include ("../../_inc_QJ_Based/_Q_varlist.php");
_610 # }
_611 # 
_612 # ///////
_613 # /// BiViewTable.php /// 2009.09.07. 10:58:30
_614 # ?>
_615 # 
_616 # </body>