Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_databases thread: shopping cart


Message #1 by arshad siddiqui <ash_arshad@y...> on Wed, 11 Sep 2002 03:44:46 -0700 (PDT)
Hi,
I have done shopping cart in ASP but I neet it in
PHP.catually I am able to display the products from
the database.along with this check boxes are there so
that the user can select which product he want to buy
plus ther are text boxes also so that he can give the
number of products he want to buy and there is a
single submit button at the end of the page so that
when he submit the page it goes to the basket.You can
get an idea of this by going to the following URL:
http://charlie.it.uts.edu.au/~mtarique/ass1/AssFGB
Can any one give me any link where I can get the
sample script.

Thank you
Best Regards
--Arshad--

__________________________________________________
Yahoo! - We Remember
9-11: A tribute to the more than 3,000 lives lost
http://dir.remember.yahoo.com/tribute
Message #2 by =?iso-8859-1?Q?Carlos Pedro?= <cpedro@i...> on Wed, 11 Sep 2002 12:07:17 +0100
the button is associated to a form <form></form> when someone submit 
the browser go see what action is associated in form <form action="url">

hope that help
----- Mensagem Original -----
De: arshad siddiqui <ash_arshad@y...>
Data: Quarta-feira, 11 de Setembro de 2002, 11:44
Assunto: [asp_databases] shopping cart

> Hi,
> I have done shopping cart in ASP but I neet it in
> PHP.catually I am able to display the products from
> the database.along with this check boxes are there so
> that the user can select which product he want to buy
> plus ther are text boxes also so that he can give the
> number of products he want to buy and there is a
> single submit button at the end of the page so that
> when he submit the page it goes to the basket.You can
> get an idea of this by going to the following URL:
> http://charlie.it.uts.edu.au/~mtarique/ass1/AssFGB
> Can any one give me any link where I can get the
> sample script.
> 
> Thank you
> Best Regards
> --Arshad--
> 
> __________________________________________________
> Yahoo! - We Remember
> 9-11: A tribute to the more than 3,000 lives lost
> http://dir.remember.yahoo.com/tribute
> 
> to unsubscribe send a blank email to leave-asp_databases-
> 516279F@p...

Message #3 by arshad siddiqui <ash_arshad@y...> on Wed, 11 Sep 2002 04:39:02 -0700 (PDT)
Hi,
I need some sample script for shopping cart in PHP
having features as mentioned in my previous mail.
Thank you
Best Regards
--Arshad-- 




--- Carlos Pedro <cpedro@i...> wrote:
> the button is associated to a form <form></form>
> when someone submit 
> the browser go see what action is associated in form
> <form action="url">
> 
> hope that help
> ----- Mensagem Original -----
> De: arshad siddiqui <ash_arshad@y...>
> Data: Quarta-feira, 11 de Setembro de 2002, 11:44
> Assunto: [asp_databases] shopping cart
> 
> > Hi,
> > I have done shopping cart in ASP but I neet it in
> > PHP.catually I am able to display the products
> from
> > the database.along with this check boxes are there
> so
> > that the user can select which product he want to
> buy
> > plus ther are text boxes also so that he can give
> the
> > number of products he want to buy and there is a
> > single submit button at the end of the page so
> that
> > when he submit the page it goes to the basket.You
> can
> > get an idea of this by going to the following URL:
> > http://charlie.it.uts.edu.au/~mtarique/ass1/AssFGB
> > Can any one give me any link where I can get the
> > sample script.
> > 
> > Thank you
> > Best Regards
> > --Arshad--
> > 
> > __________________________________________________
> > Yahoo! - We Remember
> > 9-11: A tribute to the more than 3,000 lives lost
> > http://dir.remember.yahoo.com/tribute
> > 
> leave-asp_databases-
> > 516279F@p...
> 
> 


__________________________________________________
Yahoo! - We Remember
9-11: A tribute to the more than 3,000 lives lost
http://dir.remember.yahoo.com/tribute

  Return to Index