Cheers m8 that sorted it out
Tell ya what though, i wish i didnt go through all the tutorials this afternoon and add a tutorial tag to each of the tutorials ha ha ha ha
Quote:
#!/usr/bin/php Database Connected successfully ==================================== Now processing auto tags ==================================== Processing thread in forum 113 Total records: 0 . Done! Process completed!
|
Quote:
Originally Posted by devguru
change:
PHP Code:
$fields = array(
);
to
PHP Code:
$fields = array(
'113' => array('tutorials'),
);
|