Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

PHP help

Options
  • 20-11-2007 12:16am
    #1
    Registered Users Posts: 3,165 ✭✭✭


    Hi,

    I am editing a CMS script, and the thing I'm editing is using a tick box to select which item I want to do stuff with, and to send it over to a different php file, I have that part done. Now I would like to use a loop in the new file to redirect the variables that were directed from the first page over to a different php file, how can that be done? Oh the variables have to be passed on as an url for example, samplepage.php?variable1=yes&variable2=no


Comments

  • Registered Users Posts: 6,509 ✭✭✭daymobrew


    Can you post some code to see how you are currently calling samplepage.php.

    You could use foreach to go through the entries in $_GET or $_POST and then maybe join them together with implode.


Advertisement