Re: [PHP-WIN] Re: Calling a function from a hyperlink

2004-01-10 Thread kaizer boab
Thanks Stuart, I'll give that a try. "Stuart" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > kaizer boab wrote: > > The problem I have is this: > > > > I have built a shopping cart using a session. I have an addItem() function, > > and I was wondering if it were possible to call t

Re: [PHP-WIN] Re: Calling a function from a hyperlink

2004-01-10 Thread Stuart
kaizer boab wrote: The problem I have is this: I have built a shopping cart using a session. I have an addItem() function, and I was wondering if it were possible to call this function using a hyperlink. At the moment when a user clicks to add an item they are directed to the "add.php" page as bel

[PHP-WIN] Re: Calling a function from a hyperlink

2004-01-10 Thread kaizer boab
The problem I have is this: I have built a shopping cart using a session. I have an addItem() function, and I was wondering if it were possible to call this function using a hyperlink. At the moment when a user clicks to add an item they are directed to the "add.php" page as below: + I want to h