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
itsmani1
Forum Regular
Posts: 791 Joined: Mon Sep 29, 2003 2:26 am
Location: Islamabad Pakistan
Contact:
Post
by itsmani1 » Tue Jan 04, 2005 12:48 am
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 !"
?>
ї/php]
<table width="100%" border="0">
<tr>
<td width="33%">Name</td>
<td width="32%">Picture</td>
<td width="35%"> </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.
feyd
Neighborhood Spidermoddy
Posts: 31559 Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA
Post
by feyd » Tue Jan 04, 2005 1:13 am
I don't understand what you are saying.
n00b Saibot
DevNet Resident
Posts: 1452 Joined: Fri Dec 24, 2004 2:59 am
Location: Lucknow, UP, India
Contact:
Post
by n00b Saibot » Tue Jan 04, 2005 6:01 am
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.
itsmani1
Forum Regular
Posts: 791 Joined: Mon Sep 29, 2003 2:26 am
Location: Islamabad Pakistan
Contact:
Post
by itsmani1 » Tue Jan 04, 2005 11:05 pm
oki thanx ppl.