Search Result

Collapse
4 results in 0.0015 seconds.
Keywords
Members
Tags
wamp
  •  

  • steelo kalil
    started a topic critical problem with html,help needed

    critical problem with html,help needed

    i designed a header of a webpage,this header had a css file.
    problem after i designed the page i can see the content of it if i open it directly but i canot see the content of the page if i open it through wamp serever or if i upload it to my domain...i check it many times but canot find the solution for this.

    the header code is:
    Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    ...
    See more | Go to post

  • wisni1rr
    started a topic WAMP offline/online

    WAMP offline/online

    To start, I am completely new to WAMP.

    I am wondering if WAMP is what I am looking for.

    I am creating a database to replace a current access database that is reaching its usable limit.

    The system will have 3 users and 1 server. All operating systems are Windows 7. The server is on one of the client machines on a separate partition. Initially, the system will be strictly intranet only. As the database...
    See more | Go to post

  • drunk3nmonk3y
    started a topic Permission to access error using WAMP
    in PHP

    Permission to access error using WAMP

    http://localhost/file:///C:/wamp/www...helloworld.php

    i used this url and

    Forbidden

    You don't have permission to access /file:///C:/wamp/www/php_sandbox/helloworld.php on this server.

    pops up :( help

    the code used there is

    Code:
    <html>
    
    
    
        <head>
    
            <title>Hello World</title>
    
        </head>
    ...
    See more | Go to post
    Last edited by Niheel; Oct 23 '11, 04:07 AM. Reason: Use code tags

  • How to fix "Not Connecting to MYSQL" error in WAMP?

    Hello,
    I am getting the error "Warning: mysql_connect() [function.mysql-connect]: php_network_get addresses: getaddrinfo failed: No such host is known. in C:\wamp\www\jle arning\index.ph p on line 78"

    My connection script is
    Code:
    $hostname = "localhost";
            $dbuser = "root";
            $dbpassword = "xxxxxxxx";
            $base = "image";
            $link = mysql_connect('hostname','dbuser','dbpassword');
    ...
    See more | Go to post
    Last edited by Brad Laine; Jan 31 '11, 07:30 PM. Reason: Adding data. Added Issue Resolved
Working...