Topic: An error occured while communicating to the server.

i dont know what is this error ::::;An error occured while communicating to the server.



please any one help me.....

Post's attachments

Attachment icon error.png 214.84 kb, 281 downloads since 2016-02-28 

Re: An error occured while communicating to the server.

Please check that php on your PC installed and works.
Create php file with content:

<?php

echo "test";

?>

then try to open it in your browser using localhost address.

Dmitry.

Re: An error occured while communicating to the server.

yes its works this code php on server

Re: An error occured while communicating to the server.

megood70 wrote:

yes its works this code php on server

Your project works with this MySQL database?
Can you add/delete records?

Dmitry.

5 (edited by megood70 2016-02-29 16:59:38)

Re: An error occured while communicating to the server.

on my SQLdatabase yes add/delete records....but on webbroswer no....when i add and delete i get the erro rAn error occured while communicating to the server.

Post's attachments

Attachment icon test.png 39.4 kb, 261 downloads since 2016-02-29 

Re: An error occured while communicating to the server.

Unfortunately I can't determine reason without access on your server.

Dmitry.

Re: An error occured while communicating to the server.

oh.i hope you help me ...couse on hotel requste me make soft with broswer...if you have alittle i want login my pc ....by TeamViewer 11

Re: An error occured while communicating to the server.

Sorry but we are on Vacation from 29.02.2016 until 15.03.2016


I can recommend you check this example, to be sure that MySQL and PHP works on your server properly:
http://www.w3schools.com/php/php_mysql_select.asp

Dmitry.