Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: Deiviux Klausimai

Parašė Impossibru· 2009 Spa. 27 10:10:45
#11

    if ( $r !== false && mysql_num_rows($r) > 0 ) {
      while ( $a = mysql_fetch_assoc($r) ) {
        $title = stripslashes($a['title']);
        $bodytext = stripslashes($a['bodytext']);
        $href = stripslashes($a['href']);
        $data = stripslashes($a['created']);
        $entry_display .= <<<ENTRY_DISPLAY
}
}