This is a very simple way i have thought to create a dinamyc table, and put it into a “while” cycle. Despite other examples i used and i had seen in this there is just to change two numbers.
<table width=”100%” border=”0″ cellspacing=”3″ cellpadding=”3″>
<?
$user_products=dbquery(“select * from strut where id_user=$user_id”);
$i=1;
$max_c=4;
while($user_pr=mysql_fetch_array($user_products)){
if($i==$max_c){$i=1;}
if($i==1){ ?> <tr> <? } ?>
<td style=”text-align:center”> <? echo $user_pr[title]; ?></td>
<? if($i==$max_c){ ?> </tr> <? } ?>
<? $i++; } ?>
</table>

We have during our work, a good solution i think to modelling an object like Orten’zia lamp, by Terzani using 3dsmax scatter tool read more…
Quello che gli hackers non dicono…

Nella mia recente di attività di webdesigner, mi sono trovato a far fronte, sempre in maggior quantità, a una serie di attacchi informatici ai siti web che gestisco, provenienti da hacker che lavorano a livello globale e che in assenza di protezioni specifiche purtroppo vanno a successo, e comportano vari problemi, tra cui istallare virus sui computer di chi naviga ed essere considerato virus dai motori di ricerca, che arrivano ad identificare e segnalare i malevoli dopo nemmeno una settimana, e a impedire l’accesso a chi prova a entrare sui siti esibendo la nota e poco piacevole scritta “attenzione, navigando su questo sito il tuo computer potrebbe essere esposto a rischi“.
read more…



