Search results

  1. S

    From a folder public_html all data has disappeared

    Good day, i have some trouble.This morning i have come on my site(gryppa.x10hosting.com) and i saw ... all data from folder public_html was dissapeared :confused:...What happened?
  2. S

    error in MySQL

    Good day for all, i have some question about MySQL database.. i have code <? include "connect.php";?> <? mysql_select_db ("$my_database"); $string=$_POST['string']; if (!empty($string)) { mysql_query("INSERT INTO test(phrase) VALUE('$string')"); } ?>...
  3. S

    how to use php code in html page?

    Good day for all,i have one question.I have html pages with php-code,but php don't execute.How I can correct it?
Top