hello,
i got a question again..
i need to sort all links from a-z .. should i create evrytime one own query
PHP Code:
SELECT id, titel, url, sprache, beschreibung, cover, releaser FROM pcspiele WHERE titel LIKE "a%";
this would mean i need for every section 24 queries to sort by letters..and if i got 4 sections i would have 96 webquerytemplates.
And how should i sort by date ?..when i want specificate to sort by titles wich are 10 days old (for ex.)..
should i also create a webquery template ..or is there a way to get all sort criterias in one webquery ..
this main question would help me out if i could do it in a other way