pybutcher

pybutcher
- Name: [not set]
- Favorite Languages: [not set]
- Website: [not set]
- Location: [not set]
- About Me: [not set]
-
PHP Tutorial - Creating and Modifying SQLite Databases
02/16/2009 - 22:53
You should change the array column name from 'Title' to 'Name' at:
while($row = $result->fetch())
{
print("Title: {$row['Title']} <br />" .
"Director: {$row['Director']} <br />".
"Year: {$row['Year']} <br /><br />");
}
}Currently, your code will not print the movie titles in the final stage.
Recent Comments