[EMAIL PROTECTED] wrote:
Using the code below, im getting a problem where it is printing out TWO
of each field value instead of one...
[snip]
while($row = mysql_fetch_array($result)){
fetch_array returns an array where the indexes are numeric and where
they are the column names. So $row has four
Using the code below, im getting a problem where it is printing out TWO
of each field value instead of one...
For example, a table like
id | name | age
1 | russ | 22
2 | jon | 23
would print out for the first row...
11russruss
any ideas on whats going wrong? THanks i
2 matches
Mail list logo