exec($sql); echo "Table social_connections created successfully."; } catch (PDOException $e) { die("DB ERROR: " . $e->getMessage()); } ?>