i am using following query
select * from test1 a , test2 b where a.regid = b.regid
where test1 and test2 are my table names
above query is working fine and fetching me a result in mysql byt when i am trying to use same query in php it showing me a error.
so kindly help.
thankx in advance
select * from test1 a , test2 b where a.regid = b.regid
where test1 and test2 are my table names
above query is working fine and fetching me a result in mysql byt when i am trying to use same query in php it showing me a error.
so kindly help.
thankx in advance