Ver original<?php# FileName="Connection_php_mysql.htm"# Type="MYSQL"# HTTP="true"$hostname_basededatos = "localhost";$database_basededatos = "clientes";$username_basededatos = "***";$password_basededatos = "***";$basededatos = mysql_pconnect($hostname_basededatos, $username_basededatos, $password_basededatos) or trigger_error(mysql_error(),E_USER_ERROR);?>