I have 5 sites with name of its own..I use one apartment search script...and I just want that all of those sites read from same database! So I just must replace $db_server = "localhost"; with something else....i dont know what! if someone knows please post.. TNX
you set up the database for one site Then for each script use on each site: $db_server = "localhost"; $dbname= 'database_name'; $db_user = 'database_user'; $dbpass = 'database_pass'; Those settings should be the same for all sites and only one database should exist.