|
|
|
|
|
<?php
$number = 1;
echo("<table border=1>");
while ($number <= 10) {
echo ("<tr><td>");
echo ("The cell is Number : $number");
echo ("</td></tr>");
$number++;
}
echo("</table>");
?> |
|
| Query2Report : Generating Html, Pdf and Csv Reports from SQL Query Categories : PHP, PHP, HTML, PDF, Excel | | | Calendar using Date function Categories : HTML and PHP, PHP, Date Time, Calendar | | | Invision Forums Latest Threads list Categories : PHP, Miscellaneous, Databases, MySQL | | | Pseudo Non Parsed Header. Output to the the browser as the script runs. Categories : PHP, HTTP, HTML and PHP | | | UDMSearch - a free search engine, indexing system. Categories : Search Engines, Linux, PHP, MySQL, ODBC | | | how to check if a string contains a letter from a different language? Categories : PHP, Regexps, Languages | | | Unix Disk Information with graphs Categories : PHP, Shell Scripting, Filesystem | | | fforum fumanchi forum MySQL treestructure Categories : Complete Programs, PHP, MySQL | | | ibase_close -- Close a connection to an InterBase database Categories : PHP, PHP Functions, InterBase | | | Display variables when a form is submitted using POST/GET Categories : PHP, Functions, Variables, Debugging | | | Sort the results from a SELECT query (any number of columns) into an array automatically. Categories : PHP, PHP Classes, Arrays, Databases, MySQL | | | directory, opendir, listfiles, files in a directory, get directory Categories : PHP, Filesystem | | | Show Source with Line Numbers Categories : PHP, Regexps, Filesystem | | | Will a call to pg_Close terminate a persistent PostgreSQL
connection? (i.e. one opened with pg_pConnect) Categories : PostgreSQL, PHP | | | Tropicalm Genetree Family (MySQL based family tree) Categories : PHP, Interfaces, Databases, MySQL, Complete Programs | |
| |
| |
|