aesthetics
15 July 11:05
So what is a template, in the first place? For our purpose, a arrangement is an HTML-like certificate that defines the presentation of a web page, while a PHP Software food the content. The break of agreeable and presentation is at the affection of any GUI paradigm. To see why this is desirable, accede the afterward hypothetical, yet astute script. Its a Software to retrieve a account of books from the database and affectation it as a table with alternating colours for anniversary row, or No books begin if the account is empty.
http://www.w3.org/TR/html4/loose.dtd>
List of Books
$books = new Array();
$i = 0;
$database = open_database();
if (is_null($database))
$result = $database->query(SELECT ISBN, title, columnist FROM book);
while ($row = $result->retrieveAssoc()) ?>
<table>
if (count($books) 0) abroad
$i++; ?>
<td></td>
<td></td>
<td></td>
</tr>
}
}?>
</table>
You will acquisition yourself autograph this affectionate of Software actual soon. The problems with this Software are obvious:
The account goes on.
http://www.w3.org/TR/html4/loose.dtd>
$books = new Array();
$i = 0;
$database = open_database();
if (is_null($database))
$result = $database->query(SELECT ISBN, title, columnist FROM book);
while ($row = $result->retrieveAssoc()) ?>
<table>
if (count($books) 0) abroad
$i++; ?>
<td></td>
<td></td>
<td></td>
</tr>
}
}?>
</table>
You will acquisition yourself autograph this affectionate of Software actual soon. The problems with this Software are obvious:
The account goes on.
|
Tags: books, script td>, script, books, , td> <, < td>, |
Also see ...
PermalinkArticle In : Computers & Technology - Websites Help