Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » PHP error HTTP 404 (Closed)
PHP error HTTP 404 (Closed) [message #716671] Thu, 18 August 2011 03:46 Go to next message
ba.limteckchuann is currently offline ba.limteckchuannFriend
Messages: 1
Registered: August 2011
Junior Member
No Message Body

[Updated on: Fri, 19 August 2011 10:36]

Report message to a moderator

Re: PHP error HTTP 404 [message #717127 is a reply to message #716671] Fri, 19 August 2011 11:30 Go to previous message
dominik is currently offline dominikFriend
Messages: 122
Registered: July 2009
Senior Member
On 2011-08-18 05:46, ba.limteckchuann wrote:
> PHP code
>
> <?PHP
>
> $user_name = "root";
> $password = "root";
> $database = "0904069b";
> $server = "MySQL";
>
> mysql_connect($database,$user_name,$password);

mysql_connect parameters are: server, user, password, port), 0904069b is not
valid host,


> print "Connection to the Server opened";
>
> ?>
>
> However, I get the error "The webpage cannot be found" when I run it as a web
> page. I have been trying to solve this problem for the past few days. Please
> help and thank you very much!

Check out server error log file, there should be message about problem if
logging is on. I'm quite sure that Your login data are wrong.

/dmc
Previous Topic:Problem installing PDT in Eclipse Indigo
Next Topic:PHPUnit throws Exception in Indigo
Goto Forum:
  


Current Time: Fri Apr 26 21:33:00 GMT 2024

Powered by FUDForum. Page generated in 0.02764 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top