specificatii produs

Ai o întrebare legată de PHP? Incercăm să îi găsim soluţie. Sau poate doar vrei să publici un cod interesant.

Moderatori: Zamolxe, Moderatori

stephantudor
Average Member
Mesaje: 71
Membru din: Lun Iul 24, 2006 12:49 am
Localitate: slobozia
Contact:

specificatii produs

Mesajde stephantudor » Dum Mar 14, 2010 5:54 pm

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">
&nbsp;<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


Stefan Tudor

Avatar utilizator
Birkoff
Senior Member
Mesaje: 6380
Membru din: Joi Mar 18, 2004 2:34 pm
Localitate: Bucuresti
Contact:

Mesajde Birkoff » Dum Mar 14, 2010 6:16 pm

1) )
2)
3) (open source)
4) Vrei un magazin virtual la cheie, usor de folosit, cu api-uri incluse pentru maximizarea vanzarilor si multe alte facilitati? Da un semn si discutam.

catalin.ciobanu
Average Member
Mesaje: 107
Membru din: Vin Dec 25, 2009 1:11 am
Localitate: Iasi

Mesajde catalin.ciobanu » Dum Mar 14, 2010 6:29 pm


stephantudor
Average Member
Mesaje: 71
Membru din: Lun Iul 24, 2006 12:49 am
Localitate: slobozia
Contact:

Mesajde stephantudor » Dum Mar 14, 2010 11:27 pm

ce face, este sa imi puna valorile in fisier, dar fara sa le afiseze pe ecran
Stefan Tudor


Înapoi la “Cod PHP”

Cine este conectat

Utilizatori ce ce navighează pe acest forum: Niciun utilizator înregistrat și 14 vizitatori