View Single Post
  #8 (permalink)  
Old 07-16-04, 12:28 PM
mikaelf mikaelf is offline
Wannabe Coder
 
Join Date: Jun 2004
Location: php[dot]net
Posts: 198
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by fccolon
I've put echos of the variables in at various points....and all is well with the $sel_divid var until I get inside the while statement....then nothing, tho echoing the $sel_drivid[] array works ok

???
Have you try to dump the variable (php function: var_dump or print_r). sometimes thehy will help a bit. sorry, i can't read the attachment. i have javascript disabled on my browser.
Reply With Quote