Mailinglisten-Archive |
Hi. > > // Textareas und Überschriften generieren. > > $sql = "SELECT id FROM contents WHERE page LIKE '$page_id' ORDER BY > > ID"; > > > $sql = "SELECT content FROM contents WHERE id LIKE '$content_id'"; > > > $sql = "SELECT title FROM contents WHERE id LIKE '$content_id'"; > > Hi, > > sind die Felder id jeweils wirklich Text? Was steht da drin? Kannst Du diese > nicht in z.b. int umwandeln? Dann ginge .... where id=$content_id .... > > Und das geht wesentlich schneller, da LIKE doch arg langsam läuft - durch eben > zeichenkettenäbhängige Suchmechanismen bedingt ;-) Nein, die Spalte ID ist natürlich nummerisch. cu Josef
php::bar PHP Wiki - Listenarchive