hi pasl i got a troblem here
if some one can help me ?
take a look at this
<?php
// process form
$link = mysql_connect("localhost", "root");
mysql_select_db("mydb",$db);
$sql = "INSERT INTO agenda (nombre, direccion, telefono, email) " +
"VALUES ('$nombre', '$direccion', '$telefono', '$email')";
$result = mysql_query($sql);
echo "�Gracias! Hemos recibido sus datos.\n";
?>
HE DOES NOT WORKING
any subjest ?

