php kode
No notes
Syntax:
PHP
<?php $dbhost = "localhost"; //Used to login to the database online store $dbname = "online store"; $dbusername = "root"; $dbpassword = ""; $link = mysql_connect($dbhost, $dbusername, $dbpassword);//Loggs into the database if (!$link) //If we could not connect to the database die('Could not connect: ' . mysql_erro