Linear gave me this code for wizkid's registration script for Sky GamerZ , seems now that I don't use the register page I'll release it..... Not spoon feeding.
Code:<tr> <td align="center" class="Estilo7">Last User: <?php $query2 = odbc_exec($connect, "SELECT TOP 1 UserID FROM Account(nolock) ORDER BY AID DESC"); odbc_fetch_row($query2); $user = odbc_result($query2, 1); echo $user; ?> </td> </tr>
P.S. It's more like Rodi's but inserted into a register page.
Don't believe me? http://forum.ragezone.com/5928978-post2.html


Reply With Quote![[ODBC] Last Registered User - Wizkid's Register Page](http://ragezone.com/hyper728.png)

