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
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

PHP help

  • 19-11-2007 11:16pm
    #1
    Registered Users, Registered Users 2 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, Registered Users 2 Posts: 6,570 ✭✭✭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