| Homepage ø|ø Webdesign Deutsche Sprache ø|ø Webdesign in Lingua Italiana |
Programming with php 4 (webdesign) | |
|
1. Our Online Wine-Shop |
2. My Recipies. There are 19 textdocuments and some pictures. A php script takes care of all HTML, the texts are included, no database is needed.
The menu is defined in a config file within three arrays. Equal names in array entries define the menu structur. $aMenu = array("aVorspeisen"=>"Antipasti (Vorspeisen)", ..... ) $aVorspeisen = array("InsalatadiCarciofo"=>"Insalata di Carciofo", ...."); $aTitel = array("InsalatadiCarciofo"=>"Insalata di Carciofo", ......") In a extern CSS file two layers are definid, no frames. Just a few words about the structur of the site. | |
| 3. Rezepte.php was the basis for the following pages | |
4. The script for comtrolling
Income / Expenditure needs a MySQL table. This application may be downloaded freely (Zip archiv). The definition of the table is:
# # Table structure for table `haushaltsbuch` # CREATE TABLE `haushaltsbuch` ( `DATUM` date NOT NULL default '0000-00-00', `BETRAG` decimal(7,2) NOT NULL default '0.00', `WO` varchar(255) NOT NULL default '', `TYP` smallint(6) default '0', `KOMMENTAR` text, `ENDEDATUM` date default NULL, `MWSTSATZ` tinyint(4) NOT NULL default '0', `MWST` decimal(6,2) NOT NULL default '0.00', `SA` tinyint(4) NOT NULL default '0', `LFDNR` int(11) NOT NULL auto_increment, PRIMARY KEY (`LFDNR`) ) TYPE=MyISAM;If the scripts must execute online, the following lines have to be changed in the module includes/db.inc.php: $GLOBALS['db_server'] = "Name of server"; $GLOBALS['db_name'] = "Name of datenbase"; $GLOBALS['db_user'] = "Username"; $GLOBALS['db_pass'] = "Password"; | |
|
5. Home of Rock |
![]() |
6. Weingut Angulus Rheingau |
|
|
7. The AlzheimerForum - Alzheimer Angehörigen Initiative e.V.
Berlin |
If You have some questions or want to ask an offer, please send me an . | |
Last update in June 2006 |