[PHP] extending array

2001-09-07 Thread Kristofer Thorssell

Hi,
I want to extend an existing array.
the array is

$shoplist[$pid] = $units;

and i want to have $ price in it too.

How do I do?

/Kristofer

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] Session destruction

2001-09-06 Thread Kristofer Thorssell



is there something wrong with this?
because i've seen many comments where people say that you can't have start
and destroy in the same script.

/Kristofer


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]