Jump to content

double result, and i dont know why


Silverado_NL

Recommended Posts

hi everybody, im no wonder @ mysql , else i wouldnt be here.

but i just made a query and when i do a print_r on the query result.

i get the following.

Array ( [0] => 1 [uitbel_id] => 1 [1] => 320574 [dossier_nr] => 320574 [2] => De heer [aanspreek] => De heer [3] => A.H.M. [voorletters] => A.H.M. [4] => Coomans [achternaam] => Coomans [5] => 0123456789 [telefoon] => 0123456789 [6] => 0 [status] => 0 [7] => 0 [aantalkeergebeld] => 0 )

as you can see the result are 2x on the screen.

i want them to just show up once.

anybody know what is going on???

here is my query

$query1="SELECT * FROM uitbel_lijst";
$ci_query=mysql_query($query1);
$ci_array=mysql_fetch_array($ci_query);
print_r($ci_array)."<br>";

 

thanks in advance!!!

Link to comment
Share on other sites

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.