puja surya wrote:
> 
> dear all
> 
> i use Code igniter for the web and
> i use mysql database. 
> 
> how to post variable in data map..
> 
> this is my layer data
> 
> DATA "SELECT hariff_blok.*, sum(panen.jml_panen) as jumlah_panen,
> panen.bulan, pupuk.url as pupuk_url, pemeliharaan.url as pelihara_url
>                                       FROM hariff_blok
>                                       LEFT JOIN panen
>                                       ON panen.hariff_blok_id = 
> hariff_blok.id and panen.bulan =
> '$bulan_ini'
>                                       LEFT JOIN pupuk
>                                       ON pupuk.block_id = hariff_blok.id
>                                       LEFT JOIN pemeliharaan
>                                       ON pemeliharaan.block_id = 
> hariff_blok.id
>                                       GROUP BY hariff_blok.id"
> 
> 
> and the variable is 
> 
> $bulan_ini = "October"
> 
> BR
> 
> Puja
> 

-- 
View this message in context: 
http://old.nabble.com/post-variable-in-data-map-tp34595726p34599281.html
Sent from the pmapper users mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users

Reply via email to