Author |
Message |
05/05/2002 18:49:18
|
Anonymous
|
Haw make a top 10 of the populare polls.
P.S
Sory. but i dont speak english
|
|
05/05/2002 23:47:18
|
Anonymous
|
It's easy when you are using the MySQL version of the poll. If you are simply use these functions: mysql_query() and mysql_fetch_array().
These functions will fetch all the information you need. The SQL query should be something like this: SELECT * FROM tablename ORDER BY votes ASC
Tell me if this has been usefull to you else I'll try to create a patch for it myself.
|
|
06/05/2002 18:17:12
|
Anonymous
|
Hallo,
Wie kann ich mein Poll in meine Tabelle einfügen? also unter ein index.php. Ich kann nur die ssi code benutzen, aber ich weiss nicht wie das mit pph ist.
Ich bitte um helfe
Vielen Dank
|
|
06/05/2002 23:16:28
|
Anonymous
|
Na, Ich hab die fehler gefunden, ich hab die alte version gehabt
|
|
|