Jump to content

Recommended Posts

I have tried to retrieve the record ['id'] which is an autoincrement number from database

using mysql_fetch_array but then instead of getting the same result as what stored in database, i get this : 1

 

database: 25, 3, 7

mysql_fetch_array: 1, 1, 1

 

what is actually cause the problem, can anyone help me?

thx

 

 

 

 

Link to comment
https://forums.phpfreaks.com/topic/198458-mysql_fetch_array-problem/
Share on other sites

this is just some code

$selectquery=mysql_query("SELECT * FROM detail dg JOIN userlist dp ON dg.username=dp.username WHERE dg.province='Austin'  LIMIT 0, 5");

while($selectarray=mysql_fetch_array($selectquery)){

$selectid=$selectarray['id'];

echo $selectid."<br>";

}

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.