Thanks for your fast reply Alejandro,
so it must be ???
<?php
# FileName="Connection_php_mysql.htm"
# Type="MYSQL"
# HTTP="true"
$hostname_ecards = "localhost";
$database_ecards = "timds_ecards";
$username_ecards = "timds_xxxx";
$password_ecards = "xxxx";
$ecards =...
hey,
I'm totaly noob in working with databases.
at this moment I'm testing my site and database, on my local wamp-server.
everything works fine.
Dreamweaver created a file
connections/ecards.php
<?php
# FileName="Connection_php_mysql.htm"
# Type="MYSQL"
# HTTP="true"...