[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] =?utf-8?q?svn:_/phpdoc/en/trunk/reference/mysql/functions/_mysql-field-name.xml?=
From:       Shein_Alexey <shein () php ! net>
Date:       2011-05-31 10:53:03
Message-ID: svn-shein-1306839183-311648-1375023558 () svn ! php ! net
[Download RAW message or body]

shein                                    Tue, 31 May 2011 10:53:03 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=311648

Log:
Fixed comment markup and removed @ from @mysql_connect in the example.

Changed paths:
    U   phpdoc/en/trunk/reference/mysql/functions/mysql-field-name.xml

Modified: phpdoc/en/trunk/reference/mysql/functions/mysql-field-name.xml
===================================================================
--- phpdoc/en/trunk/reference/mysql/functions/mysql-field-name.xml	2011-05-31 10:50:45 UTC (rev 311647)
+++ phpdoc/en/trunk/reference/mysql/functions/mysql-field-name.xml	2011-05-31 10:53:03 UTC (rev 311648)
@@ -45,11 +45,11 @@
 <![CDATA[
 <?php
 /* The users table consists of three fields:
-*   user_id
-*   username
-*   password.
-*/
-$link = @mysql_connect('localhost', 'mysql_user', 'mysql_password');
+ *   user_id
+ *   username
+ *   password.
+ */
+$link = mysql_connect('localhost', 'mysql_user', 'mysql_password');
 if (!$link) {
     die('Could not connect to MySQL server: ' . mysql_error());
 }



-- 
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic