ce gresesc?
<?php
$conn=mysql_connect('host','user','password');
$db=mysql_select_db('db_name');
$sql="select specificatii from articole where idart=1";
$res=mysql_query($sql);
$row=mysql_fetch_array($res);
$file='temp.txt';
file_put_contents($file, $row['specificatii']);
$lines=file('temp.txt');
echo '<table style="font-size:11px; color:maroon" align="center" cellspacing="0px" cellpadding="0px">';
$i=0;
foreach($lines as $line)
{
$i++;
$val=strval($line);
$line1=substr($val, 0, strpos($line, ':')+1);
$line2=substr($val, strpos($line, ':')+1);
echo
'<tr>';
if(!strpos($val, ':') && $val<>"")
{
echo
'<td colspan="2" style="width:250px; text-align:left; text-indent:20px; background-color:#FEFEFE">
<b><big>'.$val.'</big></b></td></tr>';
}
else
{
$mod=$i%2;
if($mod==0)
{
echo
'<td style="border-bottom:1px; border-bottom-style:dotted; border-bottom-color:grey; width:250px; height:20px; text-align:left; text-indent:10px; background-color:#FBFBFB">'.$line1.'</td>
<td style="border-bottom:1px; border-bottom-style:dotted; border-bottom-color:grey; border-left:1px; border-left-style:dotted; border-left-color:grey; width:250px; text-align:left; text-indent:10px; background-color:#FBFBFB">'.$line2.'</td>';
echo '</tr>';
}
else
{
echo
'<td style="border-bottom:1px; border-bottom-style:dotted; border-bottom-color:grey; width:250px; height:20px; text-align:left; text-indent:10px; background-color:#F7F7F7">'.$line1.'</td>
<td style="border-bottom:1px; border-bottom-style:dotted; border-bottom-color:grey; border-left:1px; border-left-style:dotted; border-left-color:grey; width:250px; text-align:left; text-indent:10px; background-color:#F7F7F7">'.$line2.'</td>';
echo '</tr>';
}
}
}
echo '</table><br>';
?>
multumesc anticipat
specificatii produs
Moderatori: Zamolxe, Moderatori
-
stephantudor
- Average Member
- Mesaje: 71
- Membru din: Lun Iul 24, 2006 12:49 am
- Localitate: slobozia
- Contact:
-
catalin.ciobanu
- Average Member
- Mesaje: 107
- Membru din: Vin Dec 25, 2009 1:11 am
- Localitate: Iasi
-
stephantudor
- Average Member
- Mesaje: 71
- Membru din: Lun Iul 24, 2006 12:49 am
- Localitate: slobozia
- Contact:
Cine este conectat
Utilizatori ce ce navighează pe acest forum: Niciun utilizator înregistrat și 13 vizitatori