Jump to content

Ollie

Members
  • Posts

    4
  • Joined

  • Last visited

Ollie's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. hey, i am trying to connect to my phpmyadmin database via PHP here is my code: <?php // place your DB_host, UserName, Password, and DB_Name below where shown mysql_connect("localhost","gypktube@localhost","myPassword") or die ("Could not connect."); mysql_select_db("chatData") or die ("no database"); ?> and the warning i am getting is: Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'gypktube@localho'@'localhost' (using password: YES) in /home/gypktube/public_html/connect_to_mysql.php on line 3 Could not connect. thanks:)
  2. my website does not seem to be playing flash movies, it works with .swf files but when i put my swf file into dreamweaver and save it as a html file and then upload it to my website it says that the movie not loaded... i tried researching this and came up with some AC_RunActiveContent.js but i was not sure what to do with it, so yeah, please help:) thanks. Additional Info: My Website where it is not working: http://gypktube.co.cc/Untitled-3.html
×
×
  • Create New...