<?php


if(isset($_GET['current_id']))
{
    $CariKodGel = SiparisCariBul($_GET['current_id'], 'code');
    

	$query_fiche = mssql_query("Select * from dbo.fn_CariFoy (N'0',0,N'$CariKodGel',NULL,'20121231','20130101','20131231',0,N'') Order by [msg_S_0089] /* TARİH */ ,[msg_S_0094] /* EVRAK TİPİ */ ,[msg_S_0090] /* SERİ */ ,[msg_S_0091] /* SIRA */");
	box_current_card($_GET['current_id']);
	echo '<h4>'.get_lang('Current Code').': <a href="#" data-reveal-id="box_current_card_'.$_GET['current_id'].'" class="td-underline">'.SiparisCariBul($_GET['current_id'], 'code'). "- " .SiparisCariBul($_GET['current_id'], 'name').'</a></h4>';
}
else
{
    echo "Cari Kod Seçmediniz";
}
?>

<table class="dataTable">
	<thead>
    	<tr>
        	<th width="1"></th>
            <th><?php lang('Date'); ?></th>
            <th>Seri</th>
            <th>SIra</th>
            <th><?php lang('Current Code'); ?></th>
            <th><?php lang('Cari Adi'); ?></th>
            <th><?php lang('Borc'); ?></th>
            <th><?php lang('Alacak'); ?></th>

			<th><?php lang('Borc Bakiye'); ?></th>
            <th><?php lang('Alacak Bakiye'); ?></th>
        </tr>
    </thead>
    <tbody>

    <?php

	while($list_fiche = mssql_fetch_assoc($query_fiche))
	{

		echo '
		<tr>
			<td width="1"></td>
   			<td class="text-right">'.date('d-m-Y',strtotime($list_fiche['msg_S_0089'])).'</td>
			<td class="text-right">'.get_lang($list_fiche['msg_S_0090']).'</td>
			<td class="text-right">'.get_lang($list_fiche['msg_S_0091']).'</td>
			<td class="text-right">'.$list_fiche['#msg_S_0200'].'</td>
            <td class="text-right">'.$list_fiche['#msg_S_0201'].'</td>
			<td class="text-right">'.get_mf($list_fiche['msg_S_0109\T']).'</td>
			<td class="text-right">'.get_mf($list_fiche['msg_S_0110\T']).'</td>
			<td class="text-right">'.get_mf($list_fiche['msg_S_0109\T']).'</td>
			<td class="text-right">'.get_mf($list_fiche['[msg_S_1707]']).'</td>
		</tr>
		';
	}
	?>
    </tbody>
</table>

<?php include_once('../../footer.php'); ?>
Yukarıdaki php kodunun çıktısı ikinci resimdir. Ben bunu birinci resimdeki şekline nasıl dönüştüre bilirim.

--R10.NET; Flood Engellendi -->-> Yeni yazılan mesaj 18:15:03 -->-> Daha önceki mesaj 16:44:27 --

Fikir verecek biri yokmu.