Re: [PHP-DB] Problem with rss-feed generation

2007-06-16 Thread Hassan
I support Neil on this point!
  But anyway this list has answered many other aspects, so why not some XML?
  Ruprecht you might like FeedCreator latest stable from here 
http://www.bitfolge.de/rsscreator it just doesn't generate ATOM 1.0, but all 
other formats will be readable atleast by IE and Firefox.
   
  Best Regards.

   
-
Shape Yahoo! in your own image.  Join our Network Research Panel today!

[PHP-DB] Get random entries from Ldap server ..

2007-06-16 Thread Elier
Get random entries from Ldap server ..

Hi, I'm interesting to get random entries from ldap server ...
but any of ldap_ fuctions do this ...

I need something like this:

SELECT * FROM table ORDER BY RAND() LIMIT 10;

I'm thinking to work with the resource id

$resource=ldap_search($conexion_ldap, $dn, $filtro, $solonecesito);

maybe I need implement a new function: ldap_get_randentries($conexion_ldap, 
$resource,

$count), but first I want to know what you think ..

Best regards, Elier 

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php