How To Pass Array Between Url

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • zaki
    New Member
    • Oct 2006
    • 2

    How To Pass Array Between Url

    <?php
    echo("
    <font size=4><b>Hasil pencarian pelanggan aktif mulai tanggal <font color=#ff6600>$ tgl_awal</font> s/d <font color=#ff6600>$ tgl_akhir</b></font></font>

    <a href=grafik/index.php?tgl_a wal=$tgl_awal&t gl_akhir=$tgl_a khir&ARRAY=$ARR AY>grafik</a></span>

    ");

    I want to pass an array in variable ARRAY.
    How can i do this?please anyone help me.
  • sashi
    Recognized Expert Top Contributor
    • Jun 2006
    • 1749

    #2
    Hi there,

    welcome to thescripts, take care my fren.. :)

    Comment

    Working...