Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Php
Message
General information
Forum:
Internet
Category:
Other
Title:
Re: Php
Miscellaneous
Thread ID:
01171038
Message ID:
01171057
Views:
8
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform