Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Php
Message
Information générale
Forum:
Internet
Catégorie:
Autre
Titre:
Re: Php
Divers
Thread ID:
01171038
Message ID:
01171057
Vues:
9
>Anyone else doing php?

me
>
>I just started out and it strikes me that it looks a lot like a cross between C, java and foxbase code. I've been writing using notepad and Dreamweaver. Are there any other tools for development that I should look at?
>
>
><?php
>	for($i = 0; $i < mysql_num_rows($result); $i++)
>        {
>                $row_color = ($i % 2) ? $color1 : $color2;
>		echo ("<tr bgcolor=$row_color>");
>		$row_array = mysql_fetch_row($result);
>		for($j = 0; $j < mysql_num_fields($result); $j++)
>                {
>		echo("<td><font size=\"1\" face=\"Verdana\">" . $row_array[$j] . "</font></td>");
>		}
>		echo("</tr>");
>	}
>?>
>
"Now to him who is able to do immeasurably more than all we ask or imagine, according to his power that is at work within us, Ephesians 3:20
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform