Search results

  1. A

    creating a menu using javascript

    hi, i'm building a website using PHP and MySQL and i'm trying to create a menu using javascript in which i'm facing some difficulties. can anyone direct me to a good tutorial or a sample. thanks.
  2. A

    how to retrieve images from a mysql database?

    hi, i can store images in a mysql database, but i am having trouble to retreive the image to show it in a webpage. this is what i did : ___________________________________________________ @MYSQL_CONNECT("localhost","root","password"); @mysql_select_db("binary_data"); $query =...
  3. A

    #2003 - Can't connect to MySQL server on 'localhost' (10061)

    hi, i am new to this forum.. i am getting the following error... Welcome to phpMyAdmin 2.5.7-pl1 phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they...
Back
Top