Jump to content

anshugiri

New Members
  • Posts

    4
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

anshugiri's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. thank you for the solution...that statement does work...however, it only returns the results for the first value. How would i be able to use this for a repeat region? thank you
  2. hi, i am trying to filter a recordset using another recordset i tried $query_Recordset1 = "SELECT * FROM wayra_gallery WHERE img_albumname = $row_rs_albums['gallery_alb_name']"; here rs_albums is another recordset that exists: recordset1 is the one i am trying to create what is the mistake...and how can i correct it thanks
  3. hi, can i pass a url parameter such as: index.php?link=products_detail.php?id_product=<?php echo $row_rs_products['id_product']; ?> I have a page with an INCLUDE for the link passed as URL Parameter...however, it isnt working. What could make this work? Basically, the url paramater itself is a link with a url parameter thanks
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.