Edit report at http://bugs.php.net/bug.php?id=53059&edit=1

 ID:                 53059
 Updated by:         ahar...@php.net
 Reported by:        vixio_calm at yahoo dot com
 Summary:            When we put a numeric value in "Like" query, there
                     is no result
-Status:             Open
+Status:             Bogus
 Type:               Bug
 Package:            Scripting Engine problem
 Operating System:   Windows XP sp2
 PHP Version:        5.2.14
 Block user comment: N

 New Comment:

Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.




Previous Comments:
------------------------------------------------------------------------
[2010-10-14 02:40:11] vixio_calm at yahoo dot com

Description:
------------
//I have a script like this, when I put '%1%', there is no result, even
in view_userstructure there are a data that use '1'.





Test script:
---------------
$query=mysql_query("SELECT * FROM view_userstructure WHERE SECTIONNAME
LIKE '%1%'")or die(mysql_error());

$row_number = mysql_num_rows($query);

Expected result:
----------------
I want to get a result like when I run that query in phpMyAdmin



------------------------------------------------------------------------



-- 
Edit this bug report at http://bugs.php.net/bug.php?id=53059&edit=1

Reply via email to