From 007a35f2f3cd729955ba3dfd4dde2399e2f66637 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-S=C3=A9bastien=20Goupil?= Date: Mon, 3 Oct 2005 15:31:51 +0000 Subject: [PATCH] add space between words + remove space in linkend git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@197489 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mysql/functions/mysql-connect.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/reference/mysql/functions/mysql-connect.xml b/reference/mysql/functions/mysql-connect.xml index df2404b621..bd048aa2eb 100644 --- a/reference/mysql/functions/mysql-connect.xml +++ b/reference/mysql/functions/mysql-connect.xml @@ -1,5 +1,5 @@ - + mysql_connect @@ -159,7 +159,7 @@ mysql_close($link); - <function>mysql_connect</function>example using <literal>hostname:port</literal> syntax + <function>mysql_connect</function> example using <literal>hostname:port</literal> syntax - <function>mysql_connect</function>example using ":/path/to/socket" syntax + <function>mysql_connect</function> example using ":/path/to/socket" syntax in your PHP configuration and leave the server field + in your PHP configuration and leave the server field blank.