Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~184 People Reached
Favorite Forums
Favorite Tags
Member Avatar for trippy_online

I am currently looking for a webhosting service that I can use Flash with (including actionscript). Will I get this functionality with all web hosts or what should I look for in working out what web host to use. The reason I ask is I know that actionscript can interface …

Member Avatar for GreenDay2001
0
89
Member Avatar for milliondollar

I create 2 connectionsand then try to select the current active database: [code] $aaa_link = mysql_connect("host1","user1","pass1") or die(mysql_error()); $bbb_link = mysql_connect("host2","user2","pass2")or die(mysql_error()); mysql_select_db("dbname1", $aaa_link) or die(mysql_error()); [/code] However, mysql_select_db fails with error: [code]Access denied for user: "user2" to database "dbname1"[/code] What is wrong here?

Member Avatar for milliondollar
0
94