| View previous topic :: View next topic |
| Author |
Message |
lesP
Joined: 30 Sep 2006 Posts: 45
|
Posted: Thu Nov 02, 2006 5:51 am Help |
|
|
|
| Code: |
<html>
<body>
tak
<?php
$con = mysql_connect("xxx","xxx","xxx") or die(mysql_error());
mysql_select_db("smykker_lager", $con);
mysql_query("INSERT INTO Koeb (Navn, Adresse, Tlf Nr, Varenr, Antal) VALUES('$_POST[Navn]','$_POST[Adresse]','$_POST[Tlf Nr]','$_POST[Varenr]','$_POST[Antal]','$_POST[E-mail]')") or die(mysql_error());
mysql_close($con)
?>
</body>
</html> |
|
|
degsy

Joined: 23 Feb 2005 Posts: 2440 Location: North East, UK
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|
|
 |
|
|
|
|
|
|
|