|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2010-10-14 04:45 UTC] aharvey@php.net
-Status: Open
+Status: Bogus
[2010-10-14 04:45 UTC] aharvey@php.net
[2010-10-14 05:15 UTC] vixio_calm at yahoo dot com
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Dec 06 02:00:01 2025 UTC |
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