baseportal
 Start

Guided Tour: Personal Space ... View Database ... Edit Entries ... Define Fields ... Manage Files ... Edit Pages ...
Change Settings ... Use Design Templates ... Integration in Your Webpages ... Powerful Programming

 Powerful Programming << Back 

With the included complete programming environment professionals can develop arbitrary efficient applications.
Here a small example:

<html></head><title>Highscore</title></head>
<body bgcolor=ffffff>

<h2>Highscore</h2>

<include src=introduction>

<do action=all>

<table width=90% border=1>
<tr><td>Name</td><td>Punkt</td>

<loop sort=- range=0,10 code=perl>
out "<tr><td><b>$Name</b></td><td>$Score</td></tr>";
$overall+=$Score;
if($Score>$max) { $max=$Score; $maxName=$Name; }
</loop>

</table>

Overall: $overall<br>
Highest Score: $max by $maxName<br>
Average: <perl>out $overall/10;</perl>

</body></html>


    Black tags are all normal HTML commands.

    Red = New, baseportal-specific tags.

    Blue = Parameters that influence the execution of commands.

    Green = Variables that will be replaced by current data and code that will be executed.


Don't feel discouraged if this looks complicated to you - you can realize quite a number of things with baseportal without programming...



Integration in Your Webpages << Back


 Give it a try...

To understand the possibilities of baseportal better, go to the Easy Start and create your first web-based database yourself... It will be explained step by step and you only need 5 minutes!




Back to the homepage


© baseportal.com. All rights reserved. Terms of Use