DEV Community

vikas shahu
vikas shahu

Posted on

how to connect php to sql ?

i am using mysql_connect($host_name,$user,$password)
but currently it's not working ,throwing an error that mysql_connect
is undefined . could anybody help me ?
thank you

Top comments (1)

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt

sudo apt install php${VERSION}-mysql?