Documentation is available at uns.php
- <?php
- $conn = mysql_connect ("mysql4.7", "audeandrupal", "URQfr4cL")
- or die ('echec de connexion') ;
- $db = mysql_select_db('audeandrupal', $conn)
- or die ('echec de selection de base') ;
- $q = mysql_query ('select * from `users`') ;
- echo "<ul>\r\n" ;
- while ($o = mysql_fetch_object ($q))
- {
- $d = var_export (unserialize ($o->data), True) ;
- echo "<li>UID: $o->uid, Name: $o->name, Data: <pre>$d</pre></li>\r\n" ;
- }
- echo "</ul>\r\n" ;
- ?>
Documentation generated on Tue, 01 Nov 2005 23:15:04 +0100 by phpDocumentor 1.3.0RC3