i tried to pass mysql url from config variable to mysql.connect() function:
mysql.connect($config.db_url); and mysql.connect(eval($config.db_url)); in both cases, connect function didn't receive value of the variable, but the text that is within (). how do i pass variable values to dsm functions? yes,i know that connect can automatically take mysql url from db.url config variable, but this question is generic. i need to construct db_url from more than one variable. -- juha _______________________________________________ Sems mailing list [email protected] http://lists.iptel.org/mailman/listinfo/sems
