Jump to content

davez

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

About davez

  • Birthday 08/05/1980

Contact Methods

  • Website URL
    http://ntraffics.com

Profile Information

  • Gender
    Male
  • Location
    canada

davez's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. wow..loll Thank You very much, this is very appreciate !!! My problem is solved ! ThX! :-D
  2. Almost! Now I have the first 'ID' of my list, but I need the last 'ID' Thank You very much! :-)
  3. Hello world! It been a week now, I try to make a code to display the total number of users on my home page. I almost succeeded, but I am stuck on a problem. The code displays all the 'ID' on the page, and I want only the last 'ID' Here is the code: <? session_start(); include "config.php"; global $c,$loggedin; include "data.php"; global $config; include "funciones.php"; ?> <? $tabla = mysql_query("SELECT id FROM tb_users"); while ($registro = mysql_fetch_array($tabla)) echo " ". $registro["id"] ."" ?> Thank You! davez
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.