add to cart.

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
itsmani1
Forum Regular
Posts: 791
Joined: Mon Sep 29, 2003 2:26 am
Location: Islamabad Pakistan
Contact:

add to cart.

Post by itsmani1 »

here is sample code for the shoping cart. now i want to all items to cart by clicking on addtocart link, i donot know how to do this because this is my 1st experience of a shoping cart.
can any one help me !

Regards!

Code: Select all

їphp]
<?PHP
echo " Buy From Here !"
?>
&#1111;/php]

<table width="100%" border="0">
  <tr> 
    <td width="33%">Name</td>
    <td width="32%">Picture</td>
    <td width="35%">&nbsp;</td>
  </tr>
  <tr bgcolor="#FFFFF5"> 
    <td bgcolor="#FFFFF5"><a href="details.php">Test</a></td>
    <td><img src="../../../Sienna%20Education%20Files/images/flag.gif" width="20" height="24"></td>
    <td bgcolor="#FFFFF5"><a href="addtocart.php">Add To Cart.</a></td>
  </tr>
</table>
Last edited by itsmani1 on Tue Jan 04, 2005 2:46 am, edited 4 times in total.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

I don't understand what you are saying.
User avatar
n00b Saibot
DevNet Resident
Posts: 1452
Joined: Fri Dec 24, 2004 2:59 am
Location: Lucknow, UP, India
Contact:

Post by n00b Saibot »

i think he wants a sample implementation of shopping cart..

hey Abdul u can search the forum 4 shopping cart scripts. im sure u will find many of them here.:)
User avatar
itsmani1
Forum Regular
Posts: 791
Joined: Mon Sep 29, 2003 2:26 am
Location: Islamabad Pakistan
Contact:

Post by itsmani1 »

oki thanx ppl.
Post Reply