Re: [PHP-DB] No results from query

2002-04-09 Thread Marius Ursache
Lisi a écrit : That worked...why? because in your table you wrote _SPACE_Hatzoloh_SPACE_ or _NEWLINE_Hatzoloh_NEWLINE_ ...any way you wrote Hatzoloh and some caracter that you don't see it so easy (space, tab, new_line). % is like * on regular expresion (wildcard) -Lisi At 09:23 AM

[PHP-DB] No results from query

2002-04-08 Thread Lisi
I have the following query: SELECT * FROM ayny WHERE organization LIKE 'Hatzoloh' which produces no results, when I set $numrows = mysql_num_rows($result); it equals 0. When I do the following: SELECT * FROM ayny and then loop through the results, echoing them to the screen with the