Update:Archive/1.0/Developers: Difference between revisions

Line 372: Line 372:
* [264 - 269] instead of using $i and concatenating inside the loop, consider putting all the $row['UserEmail'] into an array, then use implode()
* [264 - 269] instead of using $i and concatenating inside the loop, consider putting all the $row['UserEmail'] into an array, then use implode()
* [266] $email copies $row['UserEmail'] and then that's concatenated into $authors; $email is unnecessary
* [266] $email copies $row['UserEmail'] and then that's concatenated into $authors; $email is unnecessary
* [255] [277] [305] [332] [343] [370] [384] [416] [432] [433] [472] [543] [558] [575] [589] [613] [625] [632] [673] $sql_result could be an invalid result resource
* [279] $catid is unnecessary
* [279] $catid is unnecessary
* [381] why is this performed again?  we have the results from [367] already.
* [381] why is this performed again?  we have the results from [367] already.
52

edits