Пример #1
0
<!-- imageresult.php -->
<form action="imageresult.php" method='post' name='directimageupload' id='directimageupload'>
	
	<table border="0px">
		<tr style="font-weight: bold;">
			<td>Server: </td>
			<td colspan="2" class="imp"><?php 
echo $obj->HostName();
?>
</td>
		</tr>
		<tr style="font-weight: bold;">
			<td>Dabase Connected: </td>
			<td colspan="2" class="imp"><?php 
echo $obj->GetDb();
?>
</td>
		</tr>
		<tr>
			<td>Table: </td>
			<td>
				<select name='segment' id='segment' onchange="GetTableFields('dbcolumn',this.value);" errortag='Table'>
				
				<?php 
$tables = $obj->FetchTables($obj->GetDb(), "products_%", array());
echo $obj->GenerateOptions($tables, array());
?>
				</select>
			</td>
			<td><p id='segment_error'></p></td>