I want to print the last 5 questions in a table within a html page.
- I generate latest.xml
- I modified the xml-rpc client variables with my correct path
when I poin the web browser to xmlrpc-client.php nothing hapened, just a blank page
what exactly shoud I do with that code? the is no docs, nu instructions anywhere
There are any easy way to print those 5 latest in a web page?
tks
problem with importing the last 5 questions in a html page
Moderator: Thorsten
Hi,
what version do you use? The XML-RPC interface is only for distributed search. You can use the function function generateFiveNewest() to get the latest 5 records.
bye
Thorsten
what version do you use? The XML-RPC interface is only for distributed search. You can use the function function generateFiveNewest() to get the latest 5 records.
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist
Hi,
just use the RSS script on our download page to include the XML file on your page.
bye
Thorsten
just use the RSS script on our download page to include the XML file on your page.
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist
ok, it works
question: it is possible to generate only the top five of the most read posts instead of top ten?
what file should I modified?
the latest five is not very well generated, it takes whole questions, the whole links, posted date, so this looks little ugly, top ten is very good, but I prefer the top five, if is possible, if no, I`ll live with
question: it is possible to generate only the top five of the most read posts instead of top ten?
what file should I modified?
the latest five is not very well generated, it takes whole questions, the whole links, posted date, so this looks little ugly, top ten is very good, but I prefer the top five, if is possible, if no, I`ll live with
Hi,
it is possible, just look into the file admin/export.main.php. There's the whole code for that.
bye
Thorsten
it is possible, just look into the file admin/export.main.php. There's the whole code for that.
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist