... und erst ihr Code:
/* WAS IST DAS ???
//ich weiss es auchnicht aber es ist schon lange auskommentiert glaube ich
$db->Execute("UPDATE weblogs SET title='$_POST[blog_title]', info='$_POST[blog_desc]',name='$_POST[blog_name]',template='$_POST[blog_template]' WHERE id = ".$_SESSION['weblog']['id']);
$db->Execute("UPDATE weblogs SET aktiv='$_POST[blog_aktiv]' WHERE id = ".$_SESSION['weblog']['id']);
*/
Filed under Code, Me, Software design, Technology & one comment & no trackbacks
Trackback specific URI for this entry
Alex supposes:
published on August 24th 2006, 02:21:24 pmGut, dass es auskommentiert ist. ;)
Reply