Jump to content

suja

New Members
  • Posts

    8
  • Joined

  • Last visited

    Never

Posts posted by suja

  1. I want to give rounded corners for a div using css.

     

    My code is given below.

     

    -moz-border-radius: 13px;

    -webkit-border-radius:25px;

    border-radius: 6px;

     

    This is working quite fine in Mozilla Firefox, Chrome and Opera. But it is not working in IE browser. Does any one know how to fix it.

  2. I have installed zend framework with Appserv. I changed the path to the zend project in the file httpd.conf file.

    Example:- My files are in the folder project_zend. So in the file httpd.conf file, I changed it as DocumentRoot "D:/AppServ/www/project_zend/public/".

     

    After while typing the url as http://localhost/ in the browser I gets the project. But the problem is I cannot access the database. I tried by giving as http://localhost/phpmyadmin/ . I am getting the message

     

    Message: Invalid controller specified (phpmyadmin) .

     

    Can any one could help me to access the database.

     

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.