sorry sa double post. hinay ako net
sorry sa double post. hinay ako net
0 or 1 works with mysql i think. Using odbc-sqlserver here and it works.
OR, use
if ($num_rows1) {
}
dili mn boolean ang e-return sa num_rows. kanang num_rows kay kung pila ka set of data... like for example sa table1, if you have 3 names... "john", "joe", "jerz"... then it will return 3... so kung walay data sa table1, it will return 0.
ay akong pasabot sa TRUE of FALSE bai kay ang condition ba bai, i-equate lang nimo og 0 OR 1 lang.
sharing knowledge is important... Of course, everybody has their own techniques. I like to share too...read this..... if you like
LINK: MySQL :: MySQL 5.0 Reference Manual :: 12.2.8.3 UNION Syntax
I let MySQL do the work sometimes. hehehehe
Last edited by dodie; 02-25-2010 at 10:41 AM.
akong i-clarify... for example nag search ka ug "john"... 1 ra ang e-return sa num_rows... kung "jo" imong e-search kay 2 ang e-return kay naa may "jo" ang "john" ug "joe"
-----------
as much as possible mas nice kung single query ra jud... try ng link nga gi-post ni dodie.
ok ra bai, i-remove ra d i ang percent (%) symbol para dili ma-preempt ang system nga mo-return diretso ug bisan unsa. pareha sa imong sample nga if "jo" ang i-search kay i-return niya kay "john ug "joe". mas nindot man gud na nga if "jo" ang input, dapat "jo" ra pud iyang pangitaon, and if "%jo%" ang input, anha pa siya mo-return ug all names with "jo" within them.
Another thing bai, akong gigamit d i kay "mysql_execute_now()" instead of "mysql_query()"
in my case bai, no need na mag UNION kay lain2x man ug sulod ang kada table. but if naay uban nga pare-pareha ug sulod ang tables, then that's the time maybe to use UNION.
Similar Threads |
|