Form in design mode (Delphi IDE) |
Form compiled (Delphi EXE) |
<html>
<body>
<?php
require_once('DelphiPHPForm.php');
$t = new DelphiPHPForm('Unit1.dfm');
$t->draw_dfm();
?>
</body>
</html>
If everything went OK, you shall see form like below in your browser.
Form from PHP rendered in Mozilla Firefox (1.5) |
Form from PHP rendered in Internet Explorer (6.0) |