![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Programmer
Join Date: Aug 2005
Location: Leeds - UK
Posts: 69
Rep Power: 4
![]() |
Passing variables using sessions
Hi there.
I have the code foreach($_POST['CB'] as $k => $v)
{
echo "$_POST[$prodQuant]<br>";
}//foreachThe array contain values passed through a form on a different page. is it possible to pass these values as session variables some thing like $_SESSION['$_POST[$prodQuant]'] $id[] = $_SESSION['$_POST[$prodQuant]']; Eventually i need the data to be in the $id array foir example. Anyone have any suggestions?? |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|