I would like to ask you if it is possible to develop such a functionality with five web.
Thanks in advance
Otto
![Image](http://www.atzwanger-software.com/fh/verf1.jpg)
![Image](http://www.atzwanger-software.com/fh/verf2.jpg)
response
![Image](http://www.atzwanger-software.com/fh/verf3.jpg)
Code: Select all | Expand
<?php
if (!empty($_SERVER['HTTPS']) && ('on' == $_SERVER['HTTPS'])) {
$uri = 'https://';
} else {
$uri = 'http://';
}
$uri .= $_SERVER['HTTP_HOST'];
header('Location: '.$uri.'/cgi-bin/tutor01.exe'); exit;
?>
Code: Select all | Expand
oServ := tDolphinSrv():new('localhost','user','password',3306,0,'database_name')