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:
<a href=\"add.php?dvd_no={$row['dvd_no']}\">+</a>
I want to have my addItem() function in all shopping pages but I only want
it accessed via a link. Is this possible?
"Kaizer Boab" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Is it possible to call a function from a hyperlink, and if so how do you
go
> about it?
>
> Thanks in advance,
> Boab
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php