Get php to auto-parse links if…

A mySQL value is true for a certain post with an ID. Exa MySQL: Code: SELECT `autoparse` FROM `post` WHERE `id`=’{$iPostID}’ Since I’m using this kind of foreach to loop posts: $aPosts as $iPostID => $aPost I’ll have to add the SQL …

Original post by unknown