To add db query in drupal 7.
db_query(" add query ");
We dont want to use db_fetch_assocc().
It automatically gives the array o/p.
db_query(" add query ");
We dont want to use db_fetch_assocc().
It automatically gives the array o/p.
Controlling complexity is the essence of computer programming
Comments
Post a Comment