Hacker News new | ask | show | jobs
by evunveot 2719 days ago
You're right, but you can just replace mysql_* with mysqli_* if you're so inclined.
1 comments

that doesn't work.

mysql_query($sql, $link);

mysqli_query($link, $sql);