css Menu make code wrong.. need help?
i am used the css menu writer & date assist to make the dynamic item Menu. i am follow before your train video to do it. but when i finish the Dreamweaver cs3 Live Data Error
show on the page. Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in C: \AppServ|www\zone|CSSMenuWriter\cssmw_content\menu_41qjlfy92x.php on line 31 & 33
my website: www.yaozone.com
the code:
Line: 31 mysql_select_db($database_connbulesky, $connbulesky);
Line: 32 $query_rsHZ = "SELECT * FROM items WHERE ItemCatID = 1 ORDER BY ItemID ASC";
Line: 33 $rsHZ = mysql_query($query_rsHZ, $connbulesky) or die(mysql_error());
Line: 34 $row_rsHZ = mysql_fetch_assoc($rsHZ);
Line :35 $totalRows_rsHZ = mysql_num_rows($rsHZ);
on the localhost used firefox show the index.php
Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in C:\AppServ\www\zone\CSSMenuWriter\cssmw_content\menu.php on line 31
Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in C:\AppServ\www\zone\CSSMenuWriter\cssmw_content\menu.php on line 33
i don't know how to fix this. please help?
i used the date: bludskymusic. all the page is make by dateassist. the Menu make by CSS Menu Writer. help me please. i spend tow weeks still dont know how to fix.
please go to mine web site to see. i upload still not working!
www.yaozone.com
Thanks any one can help!


These errors imply that the connections folder is not included or is not referenced properly on the page. Make sure the connections file is correct and appears on the top of the page. 
