SELECT
`name`,
`content`,
`subtext`,
`isBlog`,
`isHome`
FROM `pageinfo` WHERE `name` = '{$_GET['page']}'
And I would obviously have like, index.php?page=Home, now for my question, are there any vulnerabilities for this?Could some do DROP TABLE table_name?
