Skip to content

Commit

Permalink
Update scraper.php
Browse files Browse the repository at this point in the history
  • Loading branch information
OmairXcluesiv committed Feb 6, 2017
1 parent d9c6391 commit a97c0b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.php
Expand Up @@ -12,7 +12,7 @@
$db->query('CREATE TABLE data(
sno int(10),
title VARCHAR(100),
price int(10),
price VARCHAR(10),
PRIMARY KEY (sno))');
} catch (Exception $e) {
}
Expand Down

0 comments on commit a97c0b1

Please sign in to comment.