Dear Antonio,
I would like to ask you if it is possible to develop such a functionality with five web.
Thanks in advance
Otto
response
<?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;
?>
oServ := tDolphinSrv():new('localhost','user','password',3306,0,'database_name')
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Google [Bot] and 54 guests