Senin, 10 September 2012

0 Database ; PHP & MYSQL

MEMUNCULKAN DATABASE MYSQL DALAM BENTUK TABLE MENGGUNAKAN PHP.. <?phpinclude "config.php";$no = 1;$sql = "SELECT * from stasiun";$hasil = mysql_query($sql) or die (mysql_error());$cekdata = mysql_num_rows($hasil);if ($hasil==0) {    echo "data tidak ada";    }    else {    echo "<table border='1' cellspacing=0 cellpadding=0 width=80%><tr><th scope=col> <abbr=No class=nobg>No</th><th scope=col> NAMA_STASIUN RADIO </th><th scope=col> ALAMAT </th><th scope=col> FREKUENSI</th></tr>";while ($stasiun = mysql_fetch_array($hasil))   ...

0 Tugas Alter table; Radio

Microsoft Windows [Version 6.1.7600]Copyright (c) 2009 Microsoft Corporation.  All rights reserved.C:\Users\pcs31>cd\xampp\mysql\binC:\xampp\mysql\bin>dor/'dor' is not recognized as an internal or external command,operable program or batch file.C:\xampp\mysql\bin>dir/Invalid switch - "".C:\xampp\mysql\bin>dir/w Volume in drive C has no label. Volume Serial Number is 3837-CD8F Directory of C:\xampp\mysql\bin[.]                     [..]                   ...
 

My Lesson Copyright © 2011 - |- Template created by O Pregador - |- Powered by Blogger Templates