How to connect to me database if i use this code below?
[php]<?php
$ My_Host=lokalhost
$ My_username=XXXXX ( shall i print my own username for my database as i got from my server here?)
$ My_password=XXXXX ( shall i print my password here as i have to my database here?)
Code for connection
$ connect=mysql_connect ($ my_host, $ my_username, $ my_password) ( shall i type same as i type before , or only let it be as it is?) or die (mysql_error() )
echo '<b style = color: #298A08;">
Connect to My SQL ';
?>[/php]
Pls learn me so i learn right from the beginning.
Jan