For Programmers: Free Programming Magazines  


Home > Archive > PHP Documentation > May 2006 > cvs: phpdoc /en/reference/mysqli/functions mysqli-stmt-bind-param.xml









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author cvs: phpdoc /en/reference/mysqli/functions mysqli-stmt-bind-param.xml
Antony Dovgal

2006-05-18, 7:01 pm

tony2001 Thu May 18 18:33:54 2006 UTC

Modified files:
/phpdoc/en/reference/mysqli/functions mysqli-stmt-bind-param.xml
Log:
fix #37503


http://cvs.php.net/viewcvs.cgi/phpd...2&diff_format=u
Index: phpdoc/en/reference/mysqli/functions/mysqli-stmt-bind-param.xml
diff -u phpdoc/en/reference/mysqli/functions/mysqli-stmt-bind-param.xml:1.11 phpdoc/en/reference/mysqli/functions/mysqli-stmt-bind-param.xml:1.12
--- phpdoc/en/reference/mysqli/functions/mysqli-stmt-bind-param.xml:1.11 Wed Nov 9 10:37:48 2005
+++ phpdoc/en/reference/mysqli/functions/mysqli-stmt-bind-param.xml Thu May 18 18:33:54 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.11 $ -->
+<!-- $Revision: 1.12 $ -->
<refentry id="function.mysqli-stmt-bind-param">
<refnamediv>
<refname>mysqli_stmt_bind_param</refname>
@@ -156,7 +156,7 @@
$percent = 11.2;

/* execute prepared statement */
-mysqi_stmt_execute($stmt);
+mysqli_stmt_execute($stmt);

printf("%d Row inserted.\n", mysqli_stmt_affected_rows($stmt));

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com