Umm..
I think you want the global keyword...
function getparams()
{
global $smenu;
...
}
--
// DvDmanDT
MSN: dvdmandt¤hotmail.com
Mail: dvdmandt¤telia.com
<[EMAIL PROTECTED]> skrev i meddelandet news:[EMAIL PROTECTED]
> Hi, I have an application I'm transferring
> to php. Right now I'm in the
Hi, I have an application I'm transferring
to php. Right now I'm in the rough outlining
of functionality stage. The application has
a couple of include files:
1. site-defaults.php
2. xml-functions.php
and the application sets some last minute
variables in the php that includes the other
docu
php-windows Digest 4 Apr 2004 09:32:21 - Issue 2194
Topics (messages 23360 through 23361):
Re: quotes in mysql
23360 by: Luiz Miguel Axcar
SOLVED: Re: Update multiple records from a text field
23361 by: kaizer boab
Administrivia:
To subscribe to the digest, e-mail:
Thanks Justin and Khashan for all your help.
Managed to resolve the issue. I named qty field using the albumId as key and
using qty as value.
All I had to do then was update the query in the while loop.
"Kaizer Boab" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi everybody,
>
>