Hi!, can some explain me , which is the diference between conecting to a MY_SQL, and SQl, if my code conects to a my_sql can I change it to conect to a SQL?
<?php
$DbHost = "Escala-dc";
$DbDatabase = "Conocimientos";
$DbUser = "conocimientos200";
$DbPassword = "passconocimientos200";
mysql_pconnect($DbHost,$DbUser,$DbPassword) or die("Error de Acceso a Base de datos. Por favor contacte a un asesor");
mysql_select_db($DbDatabase);
?>
the $DbHost $DbDatabase $DbUser $DbPassword values are correct!
can some one help me'!?! .. jejje thanks for all !!