Hallo!
Ich möchte gerne auch das in einem meinen Kategorien die Post automatisch sperrt (-> siehe Anfrage/Angebote)
Wie, was, wo muss ich etwas ändern?
Hier kann eine Notiz zum Merk-Eintrag hinzugefügt werden (optional)
Geschlossen |
db_query("INSERT INTO `prefix_topics` (fid, name, erst, stat) VALUES ( ".$fid.", '".$topic."', '".$erst."', 1 )");
if ($fid == 5) //id Anpassen! { db_query("INSERT INTO `prefix_topics` (fid, name, erst, stat) VALUES ( ".$fid.", '".$topic."', '".$erst."', 0 )"); } else { db_query("INSERT INTO `prefix_topics` (fid, name, erst, stat) VALUES ( ".$fid.", '".$topic."', '".$erst."', 1 )"); }
Geschlossen | ||
![]() |
Zurück zu Allgemein |