PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
$db=mysql_connect("127.0.0.1","hi","getche");
mysql_select_db("jawab",$db);
if ((isset($jname)) AND (isset($jemail))) {
$sql="INSERT INTO jawab VALUES('$jid','$jname','$jemail','$jdate','$jcomment')";
$result=mysql_query($sql,$db);
This makes it easier for us to help you and means we don't have to go through each part of your code and can concentrate on the parts that are throwing up errors.[/list]
To summarise, posting some code, asking for help and giving no additional information is rude.