this works on a windows XP machine i have but when i put it on a w2kserver it doesn't work?
<html>
<body>
<?
@ $db = mysql_pconnect("localhost", "", "");
mysql_select_db("database_name");
$query = "insert into table_name values ('".$name."')";
$result = mysql_query($query);
?>
</body>
</html>
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
