Titel: Re: ShoutBox Problem
moin =)
änder einfach des
PHP-Code:
if($row["name"] != $input_name && $row["comment"] != $input_text){
@mysql_query("INSERT INTO $db_table (name,comment) VALUES ('$input_name','$input_text');"); //insert name and shout
}
in den zeilen 124-126 in
PHP-Code:
if($row["comment"] != $input_text){
@mysql_query("INSERT INTO $db_table (name,comment) VALUES ('$input_name','$input_text');"); //insert name and shout
}
und es sollte gehn 
MfG
_______________________________
--|________|--
This is Nudelholz.
Copy Nudelholz in your signature to help him make better Kuchen and other Teigprodukte.

|