Rabu, 10 Juli 2013

TUGAS PEMROGRAMAN BERBASIS WEB

Input: <?php $host="localhost";    $user="root";    $pass="";    $db="tugas";    $sambung=mysql_connect($host,$user,$pass);    mysql_select_db($db,$sambung); ?> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> </head> <style type: "text/css"> #wrapper {             width:800px;            ...

Page 1 of 1612345Next
 
Editing by Nubito Hacker