question about rows
Posted: Wed Jul 17, 2002 7:45 am
ok I am new with php and mysql so dont hang me
I'm trying to fetch some rows here using:
while ($row = $result->mysql_fetch_row()){
echo "<tr><td>$row[0]</td><td>$row[1]</td><td>$row[2]</td><td>$row[3]</td><td>$row[4]</td></tr>\n";
}
and i get this!
Fatal error: Call to undefined function: mysql_fetch_row() in /usr/local/apache/htdocs/admin_add.php on line 74
thats line 74 up there.
whats goin on here? please help, i just installed apache w/php & mysql and i'm trying to learn.
Thx,
I'm trying to fetch some rows here using:
while ($row = $result->mysql_fetch_row()){
echo "<tr><td>$row[0]</td><td>$row[1]</td><td>$row[2]</td><td>$row[3]</td><td>$row[4]</td></tr>\n";
}
and i get this!
Fatal error: Call to undefined function: mysql_fetch_row() in /usr/local/apache/htdocs/admin_add.php on line 74
thats line 74 up there.
whats goin on here? please help, i just installed apache w/php & mysql and i'm trying to learn.
Thx,