MyXoops Forum

Forum - myXOOPS German Support

5 + 5 = ?  
Geben Sie das Ergebnis der Berechnung ein
Sie haben max. 10 Versuche.
 
* = Erforderlich

Aw: pda.php und BB Codes

Betreff: Aw: pda.php und BB Codes
von chris47803 am 06.01.2013 17:23:10

Hier noch der Code von der pda.php
<?php  include "mainfile.php"header("Content-Type: text/html");  echo "<html><head><title>"htmlspecialchars($xoopsConfig['sitename'])."</title>       <meta name='HandheldFriendly' content='True' />       <meta name='PalmComputingPlatform' content='True' />       </head>       <body>";  $sql "SELECT storyid, title, hometext, bodytext FROM ".$xoopsDB->prefix("stories")." WHERE published>0 AND published<".time()." ORDER BY published DESC";  $result $xoopsDB->query($sql,20,0);  if (!$result) {     echo "An error occured"; } else {     echo "<h2>PersonalBit</h2>";      while (list($storyid$title$hometext$bodytext) = $xoopsDB->fetchRow($result)) {              echo "<b>"htmlspecialchars($title)."</b><br>"htmlspecialchars($hometext).""htmlspecialchars($bodytext)."<br><br>";      }  }  echo "</body></html>";  ?>

Aktuell aus dem Forum

Forum Thema Antworten Views Letzter Beitrag
Modulentwicklung New Xoops Xcreate Module 0 5319 26.11.2025 15:22
efkan Gehe zum letzten Beitrag
Modulentwicklung XOOPS Custom Field Module 1 1813 24.11.2025 11:21
Goffy Gehe zum letzten Beitrag