i am using this statment to write and read from the database while it is located on the localhost but if i am want to put it on the net.
- do i have to put a username and password to the database to make it more secuire or no need for that .
2.if i have to put a username and password for the database from where i go to put it
2.and what thing do i have to replace it with word "localhost"
the code is :
$db = mysql_connect("localhost", "root");