// Loading Configuration, Language und Functions Files include "./guestbook/config.inc"; include "./guestbook/$lang"; include "./guestbook/shbook-functions.inc"; include "./guestbook/header.inc"; include "./guestbook/gbform.inc"; mysql_connect ($dbserver, $dbuser, $dbpasswd) or die (getDesc('dbsrverr')); mysql_select_db($dbname) or die(getDesc('dbconerr')); ?>
0 Comments:
Post a Comment
<< Home