Y
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
mgkimsal
2717 days ago
that doesn't work.
mysql_query($sql, $link);
mysqli_query($link, $sql);
link
mysql_query($sql, $link);
mysqli_query($link, $sql);