| Current Path : /var/www/html/mmishra/mm/ada/examples/ |
| Current File : /var/www/html/mmishra/mm/ada/examples/seeinfo.php |
<HTML>
<HEAD>
<TITLE>VersyPHP Test page</TITLE>
</HEAD>
<BODY text="" style="color : #0826b0; font-size : 20px">
<?php
if (!extension_loaded('VersyPDF')) {
if (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') {
dl('php_versypdf.dll');
} else {
dl('versypdf.so');
}
}
phpinfo();
?>
<br>
<p style="font-size : 10pt;">
<A href="index.php">Back to index page</A>
</p>
</HTML>