> On Thu, 16 Sep 2004 19:51:01 -0700 (PDT), Dodi Andika
> <[EMAIL PROTECTED]> wrote:
> > coba line 37 di apus deh... bisa enggak?
> > <?php } ?> mungkin ini yang bikin bingung phpnya..
> >
> > 
yang terakhir itu memang tutup yang terakhir dan harus ada jangan di
hapus, coba deh di rapiin scriptnya sesuai urutan  ntar pasti
kelihatan,  kalo gw tutupnya ditaro atas juga bisa koq

<html>
<head><title>Test MySQL</title></head>
<body>
<!-- mysql_up.php -->
<?php
$host="localhost";
$user="test";
$password="admin";

mysql_connect($host,$user,$password);
$sql="show status";
$result = mysql_query($sql);
if ($result == 0) {
        echo "<b>Error " . mysql_errno() . ": "
        . mysql_error() . "</b>";
} else {
?>
<!-- Table that displays the results -->
<table border="1">
<tr><td><b>Variable_name</b></td><td><b>Value</b>
</td></tr>
<?php
        for ($i = 0; $i < mysql_num_rows($result); $i++) {
                echo "<TR>";
                $row_array = mysql_fetch_row($result);
                for ($j = 0; $j < mysql_num_fields($result); $j++) {
                        echo "<TD>" . $row_array[$j] . "</td>";
                }
        echo "</tr>";
        }
}
?>
</table>
</body></html>


:: pArMin ::



-- 
www.ITCENTER.or.id - Komunitas Teknologi Informasi Indonesia 
Info, Gabung, Keluar, Mode Kirim : [EMAIL PROTECTED] 
::: Hapus bagian yang tidak perlu (footer, dst) saat reply! ::: 
## Forum: ITCENTER.or.id/forum ## Jobs: ITCENTER.or.id/jobs ##  
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/ITCENTER/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 

Kirim email ke